diff options
author | wiz <wiz> | 2000-02-01 00:52:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-01 00:52:54 +0000 |
commit | 94b4f41a913c0d70c84b0859b33911efe85f8a73 (patch) | |
tree | 64cb0d430eb9dc2565bcda1bbea25a6a63ee45a6 /sysutils | |
parent | b77e551e27926bdb25fcdeb5c2f1d6ea5fab700d (diff) | |
download | pkgsrc-94b4f41a913c0d70c84b0859b33911efe85f8a73.tar.gz |
nitpick: don't shadow LOCALBASE, use LOCALEBASE instead
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fileutils/Makefile | 6 | ||||
-rw-r--r-- | sysutils/fileutils/pkg/PLIST | 18 |
2 files changed, 12 insertions, 12 deletions
diff --git a/sysutils/fileutils/Makefile b/sysutils/fileutils/Makefile index 4af1de51ba2..2ce52a864a6 100644 --- a/sysutils/fileutils/Makefile +++ b/sysutils/fileutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/12/08 15:29:18 bouyer Exp $ +# $NetBSD: Makefile,v 1.8 2000/02/01 00:52:54 wiz Exp $ DISTNAME= fileutils-3.16 CATEGORIES= sysutils @@ -14,7 +14,7 @@ CONFIGURE_ARGS+= --program-prefix=g .include "../../mk/bsd.pkg.mk" .if ${OPSYS} == "SunOS" -PLIST_SUBST+= LOCALBASE=lib +PLIST_SUBST+= LOCALEBASE=lib .else -PLIST_SUBST+= LOCALBASE=share +PLIST_SUBST+= LOCALEBASE=share .endif diff --git a/sysutils/fileutils/pkg/PLIST b/sysutils/fileutils/pkg/PLIST index 9b9febc398b..82340a54678 100644 --- a/sysutils/fileutils/pkg/PLIST +++ b/sysutils/fileutils/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1999/12/08 15:29:19 bouyer Exp $ +@comment $NetBSD: PLIST,v 1.4 2000/02/01 00:52:56 wiz 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 -${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 +${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 |