diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-25 01:49:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-25 01:49:16 +0000 |
commit | 295b241ccfca71fbd432fdf1fae19f978763ce53 (patch) | |
tree | 7abb6e2680391bfbf60aa9798cb78db11fdb70fd | |
parent | cde4baa6c8ee237dd3e60e8fed6a45f341797f83 (diff) | |
download | ports-295b241ccfca71fbd432fdf1fae19f978763ce53.tar.gz ports-295b241ccfca71fbd432fdf1fae19f978763ce53.zip |
Notes
-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 de80d0cac0c6..78d77a3639aa 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 de80d0cac0c6..78d77a3639aa 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 de80d0cac0c6..78d77a3639aa 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 de80d0cac0c6..78d77a3639aa 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 de80d0cac0c6..78d77a3639aa 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 de80d0cac0c6..78d77a3639aa 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 de80d0cac0c6..78d77a3639aa 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 de80d0cac0c6..78d77a3639aa 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 |