diff options
author | simonb <simonb> | 2002-07-07 06:23:49 +0000 |
---|---|---|
committer | simonb <simonb> | 2002-07-07 06:23:49 +0000 |
commit | 728d116e887bc29f8970ecfca3ebc73c2c8ee503 (patch) | |
tree | 354b24a70bae7989466b25c16984874093fd7411 /graphics | |
parent | e0fdb1c6eda197168b368b70cc2f1068c75083c7 (diff) | |
download | pkgsrc-728d116e887bc29f8970ecfca3ebc73c2c8ee503.tar.gz |
Add ${.CURDIR} to the start of DISTINFO_FILE, FILESDIR and PATCHDIR so
this actually works.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index b1a0cc853bb..d24386fef77 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2002/07/02 12:49:48 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2002/07/07 06:23:49 simonb Exp $ DISTNAME= ImageMagick-5.3.9 PKGNAME= p5-PerlMagick-5.3.9 @@ -18,9 +18,9 @@ DEPENDS+= ImageMagick-5.3.9nb1:../../graphics/ImageMagick NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -DISTINFO_FILE= ../../graphics/ImageMagick/distinfo -FILESDIR= ../../graphics/ImageMagick/files -PATCHDIR= ../../graphics/ImageMagick/patches +DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo +FILESDIR= ${.CURDIR}/../../graphics/ImageMagick/files +PATCHDIR= ${.CURDIR}/../../graphics/ImageMagick/patches USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |