From c1193a40545f26594f18962949e8cbe5a20f400b Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 7 Aug 2006 15:27:49 +0000 Subject: 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.) --- graphics/ImageMagick/Makefile.common | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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} -- cgit v1.2.3