diff options
author | tron <tron> | 2001-02-13 11:47:00 +0000 |
---|---|---|
committer | tron <tron> | 2001-02-13 11:47:00 +0000 |
commit | ad8bb1d399ddd83984c31bc392e091576fdc864b (patch) | |
tree | 529ea5f358321ad9dd36c1377bd4bf0b2da85f9b /mk | |
parent | e14370587f4a74e9873cd72379450aa32f9976b4 (diff) | |
download | pkgsrc-ad8bb1d399ddd83984c31bc392e091576fdc864b.tar.gz |
Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with
"${LOCALBASE}".
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 7c46fafd3f1..99fc4da3a78 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.660 2001/02/12 01:17:24 sommerfeld Exp $ +# $NetBSD: bsd.pkg.mk,v 1.661 2001/02/13 11:47:04 tron Exp $ # # This file is in the public domain. # @@ -556,7 +556,7 @@ ID?= /usr/xpg4/bin/id IDENT?= ${LOCALBASE}/bin/ident LDCONFIG?= /usr/bin/true LN?= /usr/bin/ln -LOCALEBASE?= lib +LOCALEDIR?= lib LS?= /usr/bin/ls MKDIR?= /usr/bin/mkdir -p MTREE?= ${LOCALBASE}/bsd/bin/mtree @@ -606,7 +606,7 @@ ID?= /usr/bin/id IDENT?= /usr/bin/ident LDCONFIG?= /sbin/ldconfig LN?= /bin/ln -LOCALEBASE?= share +LOCALEDIR?= share LS?= /bin/ls MKDIR?= /bin/mkdir -p MTREE?= ${LOCALBASE}/bsd/bin/mtree @@ -652,7 +652,7 @@ ID?= /usr/bin/id IDENT?= /usr/bin/ident LDCONFIG?= /sbin/ldconfig LN?= /bin/ln -LOCALEBASE?= share +LOCALEDIR?= share LS?= /bin/ls MKDIR?= /bin/mkdir -p MTREE?= /usr/sbin/mtree |