diff options
author | asami <asami@FreeBSD.org> | 2000-11-25 09:49:16 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-25 09:49:16 +0800 |
commit | e8353f6dee9cd9349d033b8d97429183495a7c25 (patch) | |
tree | 44b0cbc51a0a07a9a09ef2c686bcea9a7e523b71 /emulators/linux_base-8 | |
parent | 59779b4f69b2b2237fbbb29bac968e2c3188389b (diff) | |
download | freebsd-ports-graphics-e8353f6dee9cd9349d033b8d97429183495a7c25.tar.gz freebsd-ports-graphics-e8353f6dee9cd9349d033b8d97429183495a7c25.tar.zst freebsd-ports-graphics-e8353f6dee9cd9349d033b8d97429183495a7c25.zip |
PREFIX is still needed -- just set it to ${LINUXBASE}.
Submitted by: bento
Diffstat (limited to 'emulators/linux_base-8')
-rw-r--r-- | emulators/linux_base-8/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index de80d0cac0c..78d77a3639a 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/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 |