summaryrefslogtreecommitdiff
path: root/graphics/p5-PerlMagick
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-12-15 20:25:34 +0000
committeragc <agc@pkgsrc.org>2001-12-15 20:25:34 +0000
commitccff9099bcc040b948d88c32959fa8204a9900f4 (patch)
tree8f67a7596dd99f5fb7729eb89ce6b6a3af3c8f95 /graphics/p5-PerlMagick
parent36ce7249f893aba53d41fe7e3db33c37e3ba143a (diff)
downloadpkgsrc-ccff9099bcc040b948d88c32959fa8204a9900f4.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 'graphics/p5-PerlMagick')
-rw-r--r--graphics/p5-PerlMagick/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile
index b21b458f947..eec4c1589a3 100644
--- a/graphics/p5-PerlMagick/Makefile
+++ b/graphics/p5-PerlMagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/11/26 06:09:18 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2001/12/15 20:25:36 agc Exp $
DISTNAME= ImageMagick-5.3.9
PKGNAME= p5-PerlMagick-5.3.9
@@ -16,7 +16,7 @@ DEPENDS+= ${DISTNAME}:../../${MAGICK}
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
MAGICK= graphics/ImageMagick
-MAGICKDIR= ${PKGSRCDIR}/${MAGICK}
+MAGICKDIR= ${_PKGSRCDIR}/${MAGICK}
DISTINFO_FILE= ${MAGICKDIR}/distinfo
FILESDIR= ${MAGICKDIR}/files
PATCHDIR= ${MAGICKDIR}/patches