summaryrefslogtreecommitdiff
path: root/sysutils/fileutils
diff options
context:
space:
mode:
authortron <tron>2001-01-10 13:22:16 +0000
committertron <tron>2001-01-10 13:22:16 +0000
commit65b6256bd2a8fb6417fe2d0d324cc03fb81bf15a (patch)
tree72a3e56c764369a868811198415709e5cbcd1601 /sysutils/fileutils
parent7b59b46eeee5799df57db7d59e43af0874397dc5 (diff)
downloadpkgsrc-65b6256bd2a8fb6417fe2d0d324cc03fb81bf15a.tar.gz
"LOCALEBASE" gets defined in "bsd.pkg.mk" now.
Diffstat (limited to 'sysutils/fileutils')
-rw-r--r--sysutils/fileutils/Makefile10
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"