diff options
author | tron <tron@pkgsrc.org> | 2001-02-13 11:47:00 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-13 11:47:00 +0000 |
commit | dd09712ae5f454989237851b3f3c14c294de9b6a (patch) | |
tree | 529ea5f358321ad9dd36c1377bd4bf0b2da85f9b /sysutils/fileutils | |
parent | da46920fea498765b156b8cef97c90f321cc35ad (diff) | |
download | pkgsrc-dd09712ae5f454989237851b3f3c14c294de9b6a.tar.gz |
Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with
"${LOCALBASE}".
Diffstat (limited to 'sysutils/fileutils')
-rw-r--r-- | sysutils/fileutils/Makefile | 4 | ||||
-rw-r--r-- | sysutils/fileutils/pkg/PLIST | 18 |
2 files changed, 11 insertions, 11 deletions
diff --git a/sysutils/fileutils/Makefile b/sysutils/fileutils/Makefile index b04ae862974..acbca6d84e4 100644 --- a/sysutils/fileutils/Makefile +++ b/sysutils/fileutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/01/10 13:22:16 tron Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/13 11:47:05 tron Exp $ DISTNAME= fileutils-3.16 CATEGORIES= sysutils @@ -12,6 +12,6 @@ NO_PATCH= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --program-prefix=g -PLIST_SUBST+= LOCALEBASE=${LOCALEBASE} +PLIST_SUBST+= LOCALEDIR=${LOCALEDIR} .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/fileutils/pkg/PLIST b/sysutils/fileutils/pkg/PLIST index 82340a54678..9e346e76877 100644 --- a/sysutils/fileutils/pkg/PLIST +++ b/sysutils/fileutils/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2000/02/01 00:52:56 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2001/02/13 11:47:05 tron 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 -${LOCALEBASE}/locale/de/LC_MESSAGES/fileutils.mo -${LOCALEBASE}/locale/fr/LC_MESSAGES/fileutils.mo -${LOCALEBASE}/locale/es/LC_MESSAGES/fileutils.mo -${LOCALEBASE}/locale/pt/LC_MESSAGES/fileutils.mo -${LOCALEBASE}/locale/nl/LC_MESSAGES/fileutils.mo -${LOCALEBASE}/locale/sl/LC_MESSAGES/fileutils.mo -${LOCALEBASE}/locale/sv/LC_MESSAGES/fileutils.mo -${LOCALEBASE}/locale/pl/LC_MESSAGES/fileutils.mo +${LOCALEDIR}/locale/de/LC_MESSAGES/fileutils.mo +${LOCALEDIR}/locale/fr/LC_MESSAGES/fileutils.mo +${LOCALEDIR}/locale/es/LC_MESSAGES/fileutils.mo +${LOCALEDIR}/locale/pt/LC_MESSAGES/fileutils.mo +${LOCALEDIR}/locale/nl/LC_MESSAGES/fileutils.mo +${LOCALEDIR}/locale/sl/LC_MESSAGES/fileutils.mo +${LOCALEDIR}/locale/sv/LC_MESSAGES/fileutils.mo +${LOCALEDIR}/locale/pl/LC_MESSAGES/fileutils.mo |