diff options
author | asami <asami@FreeBSD.org> | 2000-11-25 01:49:16 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-25 01:49:16 +0000 |
commit | e8353f6dee9cd9349d033b8d97429183495a7c25 (patch) | |
tree | 44b0cbc51a0a07a9a09ef2c686bcea9a7e523b71 /emulators/linux_base-62 | |
parent | 59779b4f69b2b2237fbbb29bac968e2c3188389b (diff) | |
download | FreeBSD-ports-e8353f6dee9cd9349d033b8d97429183495a7c25.zip FreeBSD-ports-e8353f6dee9cd9349d033b8d97429183495a7c25.tar.gz |
PREFIX is still needed -- just set it to ${LINUXBASE}.
Submitted by: bento
Diffstat (limited to 'emulators/linux_base-62')
-rw-r--r-- | emulators/linux_base-62/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/linux_base-62/Makefile b/emulators/linux_base-62/Makefile index de80d0c..78d77a3 100644 --- a/emulators/linux_base-62/Makefile +++ b/emulators/linux_base-62/Makefile @@ -21,6 +21,7 @@ BUILD_DEPENDS= rpm:${PORTSDIR}/misc/rpm ONLY_FOR_ARCHS= alpha i386 DIST_SUBDIR= rpm +PREFIX= ${LINUXBASE} EXTRACT_ONLY= NO_BUILD= yes NO_FILTER_SHLIBS= yes |