diff options
author | bsam <bsam@FreeBSD.org> | 2006-06-23 20:23:47 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-06-23 20:23:47 +0800 |
commit | fc2f45a33ede7622dafd22561cccfd46dfb09072 (patch) | |
tree | cec4221e037cd5df7d3649ea7fc295f28cfb6cd3 /emulators/linux_base-fc3 | |
parent | 10c2206650bc052f3a8a28ca9d257d90b1466dae (diff) | |
download | freebsd-ports-gnome-fc2f45a33ede7622dafd22561cccfd46dfb09072.tar.gz freebsd-ports-gnome-fc2f45a33ede7622dafd22561cccfd46dfb09072.tar.zst freebsd-ports-gnome-fc2f45a33ede7622dafd22561cccfd46dfb09072.zip |
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-fc3')
-rw-r--r-- | emulators/linux_base-fc3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/linux_base-fc3/Makefile b/emulators/linux_base-fc3/Makefile index 8599fe56b854..0bae9bb7d782 100644 --- a/emulators/linux_base-fc3/Makefile +++ b/emulators/linux_base-fc3/Makefile @@ -98,9 +98,8 @@ EXPIRATION_DATE=2006-07-01 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" |