- Work around installing in jail

- Remove MANUAL_PACKAGE_BUILD
This commit is contained in:
Gabor Kovesdan 2007-06-16 21:46:12 +00:00
parent 90dbbbd11a
commit 0eb31eb269
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193697
3 changed files with 9 additions and 9 deletions

View file

@ -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} ""

View file

@ -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} ""

View file

@ -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} ""