summaryrefslogtreecommitdiff
path: root/pkgtools/pkgdep
diff options
context:
space:
mode:
authoragc <agc>2001-12-15 20:25:34 +0000
committeragc <agc>2001-12-15 20:25:34 +0000
commit45bb129e42a3ade78d14cc3f98255237cd0658bc (patch)
tree8f67a7596dd99f5fb7729eb89ce6b6a3af3c8f95 /pkgtools/pkgdep
parent9244a06f7b748f5c4d1d25b5ab735e293d399276 (diff)
downloadpkgsrc-45bb129e42a3ade78d14cc3f98255237cd0658bc.tar.gz
Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external
references of the pkglint package. _PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages which would like to refer to other packages in the build tree. It should not be set by users, but neither should it stop a user from building a package if it is defined, so make it obvious that this is the case.
Diffstat (limited to 'pkgtools/pkgdep')
-rw-r--r--pkgtools/pkgdep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkgdep/Makefile b/pkgtools/pkgdep/Makefile
index dec6e19833d..b00de4ae4bd 100644
--- a/pkgtools/pkgdep/Makefile
+++ b/pkgtools/pkgdep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:42 agc Exp $
+# $NetBSD: Makefile,v 1.4 2001/12/15 20:25:39 agc Exp $
#
DISTNAME= pkgdep-1.0
@@ -19,7 +19,7 @@ NO_CONFIGURE= yes
do-build:
${CP} ${FILESDIR}/pkgdep.pl ${WRKDIR}/pkgdep
-# ${SED} -e 's|/usr/pkgsrc|${PKGSRCDIR}|' \
+# ${SED} -e 's|/usr/pkgsrc|${_PKGSRCDIR}|' \
# ${FILESDIR}/pkgdep.pl > ${WRKDIR}/pkgdep
do-install: