[Midnightbsd-cvs] CVS Commit: Makefile: still has fake trouble, but might as well do some

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 7 17:18:12 EDT 2007


Log Message:
-----------
still has fake trouble, but might as well do some updating while we're here.

Modified Files:
--------------
    mports/emulators/linux_dist-gentoo-stage1:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/emulators/linux_dist-gentoo-stage1/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lemulators/linux_dist-gentoo-stage1/Makefile -Lemulators/linux_dist-gentoo-stage1/Makefile -u -r1.1 -r1.2
--- emulators/linux_dist-gentoo-stage1/Makefile
+++ emulators/linux_dist-gentoo-stage1/Makefile
@@ -17,6 +17,7 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Files from Gentoo distribution, for Linux compatibility
 
+LICENSE=	gpl2
 RESTRICTED=	binaries licensed under GNU GPL without accompanying source
 
 # Does not build when jailed
@@ -35,8 +36,7 @@
 
 .if defined(WITH_LINUXBASE)
 PKGNAMEPREFIX=	linux_base-
-CONFLICTS=	linux_base-7* linux_base-8* linux_base-debian* \
-		linux_base-rh* linux_base-suse* linux_base-fc* \
+CONFLICTS=	linux_base-fc* \
 		linux_base-gentoo-stage[23]-*
 USE_LINUX_PREFIX=	YES
 PREFIX_SUBDIR=
@@ -85,6 +85,5 @@
 		| ${GREP} ELF | ${CUT} -d : -f 1 \
 		| ${XARGS} ${BRANDELF} -t Linux
 	@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.post.mk>


More information about the Midnightbsd-cvs mailing list