diff options
author | bouyer <bouyer@pkgsrc.org> | 1999-12-08 15:29:18 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 1999-12-08 15:29:18 +0000 |
commit | 2566cb0668a8b15c1c8c04a1027933443434c55c (patch) | |
tree | 554080f6a36ddff68cca3b021c0d0cf6abae952b /sysutils | |
parent | ca28d4a8b29a10d02e2d9992c8a319949f70a613 (diff) | |
download | pkgsrc-2566cb0668a8b15c1c8c04a1027933443434c55c.tar.gz |
Locale are in $PREFIX/lib on solaris.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fileutils/Makefile | 7 | ||||
-rw-r--r-- | sysutils/fileutils/pkg/PLIST | 18 |
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 |