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 | |
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
-rw-r--r-- | emulators/linux_base-6/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base-62/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base-8/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base-rh-9/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.1/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.2/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.3/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux_base/Makefile | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index de80d0c..78d77a3 100644 --- a/emulators/linux_base-6/Makefile +++ b/emulators/linux_base-6/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 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 diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index de80d0c..78d77a3 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 diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index de80d0c..78d77a3 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/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 diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index de80d0c..78d77a3 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/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 diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index de80d0c..78d77a3 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/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 diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile index de80d0c..78d77a3 100644 --- a/emulators/linux_base-suse-9.3/Makefile +++ b/emulators/linux_base-suse-9.3/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 diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index de80d0c..78d77a3 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/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 |