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 | a508a7972799e17b311ec2c6aea3bf6b8d740b80 (patch) | |
tree | 115a942d6f3f7ddc4b2c75956aa8d317cfdc1b3a | |
parent | e3aa5e0fa38d741bb0a54fdc5613c96734b6629f (diff) | |
download | pkgsrc-a508a7972799e17b311ec2c6aea3bf6b8d740b80.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.)
-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} |