diff options
author | tron <tron@pkgsrc.org> | 2001-01-10 13:22:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-10 13:22:16 +0000 |
commit | bf5c2f953900d233d21d277a4e979cd1d6df9da7 (patch) | |
tree | 72a3e56c764369a868811198415709e5cbcd1601 /sysutils | |
parent | 8e16d675903065c232d8e05558695e68f2081939 (diff) | |
download | pkgsrc-bf5c2f953900d233d21d277a4e979cd1d6df9da7.tar.gz |
"LOCALEBASE" gets defined in "bsd.pkg.mk" now.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fileutils/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sysutils/fileutils/Makefile b/sysutils/fileutils/Makefile index 6fa52d759a4..b04ae862974 100644 --- a/sysutils/fileutils/Makefile +++ b/sysutils/fileutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/10/04 11:04:57 toshii Exp $ +# $NetBSD: Makefile,v 1.10 2001/01/10 13:22:16 tron Exp $ DISTNAME= fileutils-3.16 CATEGORIES= sysutils @@ -12,12 +12,6 @@ NO_PATCH= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --program-prefix=g -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "SunOS" -PLIST_SUBST+= LOCALEBASE=lib -.else -PLIST_SUBST+= LOCALEBASE=share -.endif +PLIST_SUBST+= LOCALEBASE=${LOCALEBASE} .include "../../mk/bsd.pkg.mk" |