diff options
author | tron <tron@pkgsrc.org> | 2001-02-26 19:39:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-26 19:39:17 +0000 |
commit | 650dfe176b30c00c570658cc27083bef56b0641d (patch) | |
tree | ce1e2a9c1f7cbb90e2030257f3c10e5669ec9897 /mk | |
parent | a9c8c52fd18d0166c8c1c74d738f15a28adbef8d (diff) | |
download | pkgsrc-650dfe176b30c00c570658cc27083bef56b0641d.tar.gz |
Rename "LOCALEDIR" variable to "PKGLOCALEDIR" to avoid conflicts with
"bsd.own.mk" under NetBSD-current.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index a69c6168d2b..f950f5c2ba3 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.671 2001/02/26 17:23:37 wiz Exp $ +# $NetBSD: bsd.pkg.mk,v 1.672 2001/02/26 19:39:17 tron Exp $ # # This file is in the public domain. # @@ -563,7 +563,7 @@ ID?= /usr/xpg4/bin/id IDENT?= ${LOCALBASE}/bin/ident LDCONFIG?= /usr/bin/true LN?= /usr/bin/ln -LOCALEDIR?= lib +PKGLOCALEDIR?= lib LS?= /usr/bin/ls MKDIR?= /usr/bin/mkdir -p MTREE?= ${LOCALBASE}/bsd/bin/mtree @@ -613,7 +613,7 @@ ID?= /usr/bin/id IDENT?= /usr/bin/ident LDCONFIG?= /sbin/ldconfig LN?= /bin/ln -LOCALEDIR?= share +PKGLOCALEDIR?= share LS?= /bin/ls MKDIR?= /bin/mkdir -p MTREE?= ${LOCALBASE}/bsd/bin/mtree @@ -659,7 +659,7 @@ ID?= /usr/bin/id IDENT?= /usr/bin/ident LDCONFIG?= /sbin/ldconfig LN?= /bin/ln -LOCALEDIR?= share +PKGLOCALEDIR?= share LS?= /bin/ls MKDIR?= /bin/mkdir -p MTREE?= /usr/sbin/mtree |