summaryrefslogtreecommitdiff
path: root/sysutils/fileutils
diff options
context:
space:
mode:
authorbouyer <bouyer>1999-12-08 15:29:18 +0000
committerbouyer <bouyer>1999-12-08 15:29:18 +0000
commit0a6c05996bcb69b30472a2ee4d31c38041919448 (patch)
tree554080f6a36ddff68cca3b021c0d0cf6abae952b /sysutils/fileutils
parent0114bdf1569387f391a2cf5ece9be8ca9b73e468 (diff)
downloadpkgsrc-0a6c05996bcb69b30472a2ee4d31c38041919448.tar.gz
Locale are in $PREFIX/lib on solaris.
Diffstat (limited to 'sysutils/fileutils')
-rw-r--r--sysutils/fileutils/Makefile7
-rw-r--r--sysutils/fileutils/pkg/PLIST18
2 files changed, 15 insertions, 10 deletions
diff --git a/sysutils/fileutils/Makefile b/sysutils/fileutils/Makefile
index 96a2995d489..4af1de51ba2 100644
--- a/sysutils/fileutils/Makefile
+++ b/sysutils/fileutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/10/07 17:41:58 tron Exp $
+# $NetBSD: Makefile,v 1.7 1999/12/08 15:29:18 bouyer Exp $
DISTNAME= fileutils-3.16
CATEGORIES= sysutils
@@ -13,3 +13,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --program-prefix=g
.include "../../mk/bsd.pkg.mk"
+.if ${OPSYS} == "SunOS"
+PLIST_SUBST+= LOCALBASE=lib
+.else
+PLIST_SUBST+= LOCALBASE=share
+.endif
diff --git a/sysutils/fileutils/pkg/PLIST b/sysutils/fileutils/pkg/PLIST
index c17c19bf43d..9b9febc398b 100644
--- a/sysutils/fileutils/pkg/PLIST
+++ b/sysutils/fileutils/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 1999/02/11 19:17:34 tv Exp $
+@comment $NetBSD: PLIST,v 1.3 1999/12/08 15:29:19 bouyer Exp $
bin/gchgrp
bin/gchown
bin/gchmod
@@ -41,11 +41,11 @@ man/man1/grm.1
man/man1/gdu.1
man/man1/gtouch.1
man/man1/ginstall.1
-share/locale/de/LC_MESSAGES/fileutils.mo
-share/locale/fr/LC_MESSAGES/fileutils.mo
-share/locale/es/LC_MESSAGES/fileutils.mo
-share/locale/pt/LC_MESSAGES/fileutils.mo
-share/locale/nl/LC_MESSAGES/fileutils.mo
-share/locale/sl/LC_MESSAGES/fileutils.mo
-share/locale/sv/LC_MESSAGES/fileutils.mo
-share/locale/pl/LC_MESSAGES/fileutils.mo
+${LOCALBASE}/locale/de/LC_MESSAGES/fileutils.mo
+${LOCALBASE}/locale/fr/LC_MESSAGES/fileutils.mo
+${LOCALBASE}/locale/es/LC_MESSAGES/fileutils.mo
+${LOCALBASE}/locale/pt/LC_MESSAGES/fileutils.mo
+${LOCALBASE}/locale/nl/LC_MESSAGES/fileutils.mo
+${LOCALBASE}/locale/sl/LC_MESSAGES/fileutils.mo
+${LOCALBASE}/locale/sv/LC_MESSAGES/fileutils.mo
+${LOCALBASE}/locale/pl/LC_MESSAGES/fileutils.mo