diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-28 09:45:47 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-28 09:45:47 +0000 |
commit | ed196e1134fe614e82ebf05f9101a04988861c7d (patch) | |
tree | 7ab328ebdcc1ca88298cf795bf569369cf5eb61c /emulators | |
parent | Upgrade to 0.5.4. (diff) |
Use NO_MTREE to have a cleaner LINUXBASE.
Submitted by: trevor
Pointed out by: kris
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-gentoo-stage1/Makefile | 5 | ||||
-rw-r--r-- | emulators/linux_dist-gentoo-stage1/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/emulators/linux_base-gentoo-stage1/Makefile b/emulators/linux_base-gentoo-stage1/Makefile index af3c336da58e..642486d37387 100644 --- a/emulators/linux_base-gentoo-stage1/Makefile +++ b/emulators/linux_base-gentoo-stage1/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= y .if (${ARCH} == "amd64") LATEST_LINK= ${PORTNAME:C/linux_base/linux32_base/} -ARCH= i386 +ARCH= i386 .endif .if (${ARCH} == "alpha") @@ -45,6 +45,7 @@ DIST_SUBDIR= gentoo-linux MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} PLIST= ${WRKDIR}/pkg-plist PREFIX= ${LINUXBASE} +NO_MTREE= y NO_FILTER_SHLIBS=y CONFLICTS= linux_base-6* linux_base-7* linux_base-8* linux_base-debian* @@ -54,7 +55,7 @@ do-build: > ${WRKDIR}/tarball-contents ${GREP} -v '/$$' ${WRKDIR}/tarball-contents >> ${PLIST} ${GREP} '/$$' ${WRKDIR}/tarball-contents | ${SED} -e "s:^:@dirrm :g" \ - | ${GREP} -v '@dirrm etc/' | ${SORT} -r >> ${PLIST} + | ${SORT} -r >> ${PLIST} do-install: @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL diff --git a/emulators/linux_dist-gentoo-stage1/Makefile b/emulators/linux_dist-gentoo-stage1/Makefile index af3c336da58e..642486d37387 100644 --- a/emulators/linux_dist-gentoo-stage1/Makefile +++ b/emulators/linux_dist-gentoo-stage1/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= y .if (${ARCH} == "amd64") LATEST_LINK= ${PORTNAME:C/linux_base/linux32_base/} -ARCH= i386 +ARCH= i386 .endif .if (${ARCH} == "alpha") @@ -45,6 +45,7 @@ DIST_SUBDIR= gentoo-linux MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} PLIST= ${WRKDIR}/pkg-plist PREFIX= ${LINUXBASE} +NO_MTREE= y NO_FILTER_SHLIBS=y CONFLICTS= linux_base-6* linux_base-7* linux_base-8* linux_base-debian* @@ -54,7 +55,7 @@ do-build: > ${WRKDIR}/tarball-contents ${GREP} -v '/$$' ${WRKDIR}/tarball-contents >> ${PLIST} ${GREP} '/$$' ${WRKDIR}/tarball-contents | ${SED} -e "s:^:@dirrm :g" \ - | ${GREP} -v '@dirrm etc/' | ${SORT} -r >> ${PLIST} + | ${SORT} -r >> ${PLIST} do-install: @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL |