summaryrefslogtreecommitdiff
path: root/pkgtools/pkgdiff
diff options
context:
space:
mode:
authoragc <agc>2001-12-15 20:25:34 +0000
committeragc <agc>2001-12-15 20:25:34 +0000
commit339d37ae0d69ce4e0961e667048241f100dd4126 (patch)
tree8f67a7596dd99f5fb7729eb89ce6b6a3af3c8f95 /pkgtools/pkgdiff
parent38ff8cd8ab867cfe52ea1ec127f75f916623c2d2 (diff)
downloadpkgsrc-339d37ae0d69ce4e0961e667048241f100dd4126.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/pkgdiff')
-rw-r--r--pkgtools/pkgdiff/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgtools/pkgdiff/Makefile b/pkgtools/pkgdiff/Makefile
index cb46208a3ea..c20a4b3bcda 100644
--- a/pkgtools/pkgdiff/Makefile
+++ b/pkgtools/pkgdiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2001/12/03 14:30:16 seb Exp $
+# $NetBSD: Makefile,v 1.22 2001/12/15 20:25:39 agc Exp $
#
DISTNAME= pkgdiff-0.103
@@ -19,8 +19,7 @@ NO_CHECKSUM= yes
NO_PATCH= yes
NO_CONFIGURE= yes
-PKGSRCDIR?= ${.CURDIR}/../..
-MAKE_ENV= PKGSRCDIR=${PKGSRCDIR}
+MAKE_ENV= PKGSRCDIR=${_PKGSRCDIR}
.include "../../mk/bsd.prefs.mk"