diff options
author | bsam <bsam@FreeBSD.org> | 2006-06-23 12:23:47 +0000 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-06-23 12:23:47 +0000 |
commit | fc2f45a33ede7622dafd22561cccfd46dfb09072 (patch) | |
tree | cec4221e037cd5df7d3649ea7fc295f28cfb6cd3 /emulators/linux_base-f8 | |
parent | 10c2206650bc052f3a8a28ca9d257d90b1466dae (diff) | |
download | FreeBSD-ports-fc2f45a33ede7622dafd22561cccfd46dfb09072.zip FreeBSD-ports-fc2f45a33ede7622dafd22561cccfd46dfb09072.tar.gz |
Use USE_LINUX_PREFIX instead of PREFIX?= ${LINUXBASE} and NO_MTREE.
PR: 99320
Submitted by: gabor
Approved by: netchild (mentor)
Diffstat (limited to 'emulators/linux_base-f8')
-rw-r--r-- | emulators/linux_base-f8/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/linux_base-f8/Makefile b/emulators/linux_base-f8/Makefile index c0be58a..05e2288 100644 --- a/emulators/linux_base-f8/Makefile +++ b/emulators/linux_base-f8/Makefile @@ -98,9 +98,8 @@ CONFLICTS= linux_base-7* linux_base-deb* linux_base-gentoo* \ linux_base-fc3 linux-libgcc* linux_locale* ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 -PREFIX?= ${LINUXBASE} +USE_LINUX_PREFIX= yes NO_FILTER_SHLIBS= yes -NO_MTREE= yes NO_WRKSUBDIR= yes MD5_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} PLIST_SUB= GLIBCVER="2.3.6" |