aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-06-17 05:46:12 +0800
committergabor <gabor@FreeBSD.org>2007-06-17 05:46:12 +0800
commit18ba7b2618cc876b51f525cfa3ec26daac0c9943 (patch)
tree7e70548a6e7850c7dc7f1a87d5346af6118810e9 /emulators
parent782af8b01c9896b49a563e3e886cb6decc110ece (diff)
downloadfreebsd-ports-gnome-18ba7b2618cc876b51f525cfa3ec26daac0c9943.tar.gz
freebsd-ports-gnome-18ba7b2618cc876b51f525cfa3ec26daac0c9943.tar.zst
freebsd-ports-gnome-18ba7b2618cc876b51f525cfa3ec26daac0c9943.zip
- Work around installing in jail
- Remove MANUAL_PACKAGE_BUILD
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_dist-gentoo-stage1/Makefile6
-rw-r--r--emulators/linux_dist-gentoo-stage2/Makefile6
-rw-r--r--emulators/linux_dist-gentoo-stage3/Makefile6
3 files changed, 9 insertions, 9 deletions
diff --git a/emulators/linux_dist-gentoo-stage1/Makefile b/emulators/linux_dist-gentoo-stage1/Makefile
index bef964fa67c8..809741a2ba41 100644
--- a/emulators/linux_dist-gentoo-stage1/Makefile
+++ b/emulators/linux_dist-gentoo-stage1/Makefile
@@ -18,9 +18,6 @@ COMMENT= Files from Gentoo distribution, for Linux compatibility
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
@@ -51,6 +48,9 @@ PREFIX_SUBDIR= ${PORTNAME}/
LATEST_LINK= ${PORTNAME:C/linux_base/linux32_base/}
.endif
+do-extract:
+ ${MKDIR} ${WRKDIR}
+
pre-fetch:
.if defined(WITH_LINUXBASE)
@${ECHO_MSG} ""
diff --git a/emulators/linux_dist-gentoo-stage2/Makefile b/emulators/linux_dist-gentoo-stage2/Makefile
index 0f6b1c3bc926..687b35a34148 100644
--- a/emulators/linux_dist-gentoo-stage2/Makefile
+++ b/emulators/linux_dist-gentoo-stage2/Makefile
@@ -16,9 +16,6 @@ COMMENT= Files from Gentoo distribution, for Linux compatibility
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
@@ -55,6 +52,9 @@ MASTER_SITE_SUBDIR= releases/x86/${PORTVERSION}/stages
DISTNAME= stage2-x86-${PORTVERSION}
.endif
+do-extract:
+ ${MKDIR} ${WRKDIR}
+
pre-fetch:
.if defined(WITH_LINUXBASE)
@${ECHO_MSG} ""
diff --git a/emulators/linux_dist-gentoo-stage3/Makefile b/emulators/linux_dist-gentoo-stage3/Makefile
index 35d2928ef82c..1d24a129faae 100644
--- a/emulators/linux_dist-gentoo-stage3/Makefile
+++ b/emulators/linux_dist-gentoo-stage3/Makefile
@@ -16,9 +16,6 @@ COMMENT= Files from Gentoo distribution, for Linux compatibility
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
@@ -55,6 +52,9 @@ MASTER_SITE_SUBDIR= releases/x86/${PORTVERSION}/stages
DISTNAME= stage3-x86-${PORTVERSION}
.endif
+do-extract:
+ ${MKDIR} ${WRKDIR}
+
pre-fetch:
.if defined(WITH_LINUXBASE)
@${ECHO_MSG} ""