summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2007-03-02 02:08:03 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2007-03-02 02:08:03 +0000
commit5101bfd049faaa4eba2fd4dc328003cffebe8e71 (patch)
tree627574239558ba401c90c7bdbbf040df62267a5a /graphics/ImageMagick
parent6d6606400a6106983e769b1a18b77d0d8369598c (diff)
downloadpkgsrc-5101bfd049faaa4eba2fd4dc328003cffebe8e71.tar.gz
Fix DIST_SUBDIR so that it can work both with ImageMagick and p5-PerlMagick
p5-PerlMagick was broken by the previous commit.
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common
index 02c9091fcd4..041da352fac 100644
--- a/graphics/ImageMagick/Makefile.common
+++ b/graphics/ImageMagick/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.71 2007/02/22 13:34:01 adam Exp $
+# $NetBSD: Makefile.common,v 1.72 2007/03/02 02:08:03 dmcmahill Exp $
###########################################################################
#
@@ -21,7 +21,7 @@ DISTSUFFIX= ${IM_MAJOR_VER}
DISTNAME= ImageMagick-${DISTSUFFIX}
DISTVERSION= ${DISTSUFFIX:S/-/./}
-DIST_SUBDIR= ${PKGNAME_NOREV}
+DIST_SUBDIR= ImageMagick-${DISTVERSION}
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.imagemagick.net/pub/ImageMagick/ \