diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-15 05:25:17 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-15 05:25:17 +0000 |
commit | 09f75fd0f93bce4f161ffb73a6138dba6e1af6e0 (patch) | |
tree | a53a363abeb2ffc263982772d69e2e492e41c7ce /emulators | |
parent | c9d38a9570cae36cf2f0f60c2d0adacf024e5a95 (diff) | |
download | ports-09f75fd0f93bce4f161ffb73a6138dba6e1af6e0.tar.gz ports-09f75fd0f93bce4f161ffb73a6138dba6e1af6e0.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-8/Makefile | 4 | ||||
-rw-r--r-- | emulators/linux_base-rh-9/Makefile | 4 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.1/Makefile | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index 3e5c3006baa5..7dd465eb476f 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/Makefile @@ -70,9 +70,7 @@ MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} # Let's avoid hardcoding 'en' as the language. LANG= en -.ifdef USE_LINUX -.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif +.undef USE_LINUX .include <bsd.port.pre.mk> diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index 67e9891352ba..897e6cb83eb8 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/Makefile @@ -68,9 +68,7 @@ PLIST= ${WRKDIR}/pkg-plist # Red Hat Linux 9 is only available in English. LANG= en -.ifdef USE_LINUX -.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif +.undef USE_LINUX .include <bsd.port.pre.mk> diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index ec8f1b05fda4..a6ae7f8a1742 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/Makefile @@ -58,9 +58,7 @@ NO_FILTER_SHLIBS= yes NO_MTREE= yes PLIST= ${WRKDIR}/pkg-plist -.ifdef USE_LINUX -.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif +.undef USE_LINUX .include <bsd.port.pre.mk> DBPATH= /var/lib/rpm |