[Midnightbsd-cvs] mports: Makefile: Disable manual build, fix cluster (hopefully)

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Nov 9 16:08:12 EST 2007


Log Message:
-----------
Disable manual build, fix cluster (hopefully)

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/emulators/linux_dist-gentoo-stage2/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L emulators/linux_dist-gentoo-stage2/Makefile -L emulators/linux_dist-gentoo-stage2/Makefile -u -r1.2 -r1.3
--- emulators/linux_dist-gentoo-stage2/Makefile
+++ emulators/linux_dist-gentoo-stage2/Makefile
@@ -7,7 +7,7 @@
 
 PORTNAME=	gentoo-stage2
 PORTVERSION=	2006.0
-PORTREVISION=	2
+PORTREVISION=	4
 CATEGORIES=	emulators linux
 MASTER_SITES=	${MASTER_SITE_GENTOO}
 MASTER_SITE_SUBDIR=	releases/x86/${PORTVERSION}/stages
@@ -18,9 +18,6 @@
 LICENSE=	gpl2
 RESTRICTED=	binaries licensed under GNU GPL without accompanying source
 
-# Does not build when jailed
-MANUAL_PACKAGE_BUILD=	YES
-
 USE_BZIP2=		YES
 DIST_SUBDIR=		gentoo-linux
 NO_BUILD=		YES
@@ -56,6 +53,9 @@
 DISTNAME=		stage2-x86-${PORTVERSION}
 .endif
 
+pre-extract:
+	${MKDIR} ${WRKDIR}
+
 pre-fetch:
 .if defined(WITH_LINUXBASE)
 	@${ECHO_MSG} ""


More information about the Midnightbsd-cvs mailing list