diff options
author | tv <tv@pkgsrc.org> | 2006-08-07 15:27:49 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-08-07 15:27:49 +0000 |
commit | c1193a40545f26594f18962949e8cbe5a20f400b (patch) | |
tree | 115a942d6f3f7ddc4b2c75956aa8d317cfdc1b3a /graphics/ImageMagick | |
parent | bf992f5e69ef7a76a517d994914a7eb2baea058b (diff) | |
download | pkgsrc-c1193a40545f26594f18962949e8cbe5a20f400b.tar.gz |
Make a DIST_SUBDIR with datestamp to put the modified-checksum distfile in.
Noticed by salo.
Avoided using PKGNAME (with nbX revision) in the dir name, as PKGREVISION
can be bumped for other reasons.)
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r-- | graphics/ImageMagick/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common index e64a9c73065..2f061b91cc9 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.60 2006/08/07 01:08:04 perry Exp $ +# $NetBSD: Makefile.common,v 1.61 2006/08/07 15:27:49 tv Exp $ ########################################################################### # @@ -9,6 +9,9 @@ # ########################################################################### +# XXX - REMOVE BELOW LINE WHEN UPDATING TO NEW VERSION - XXX +DIST_SUBDIR= ${DISTNAME}-20060807 + IM_MAJOR_VER= 6.2.8 IM_MINOR_VER= 8 IM_MAJOR_LIB_VER= ${IM_MAJOR_VER} |