pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/digest Conditionally set DISTNAME, since this...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8b15f64a794
branches:  trunk
changeset: 467209:d8b15f64a794
user:      agc <agc%pkgsrc.org@localhost>
date:      Mon Jan 26 21:26:53 2004 +0000

description:
Conditionally set DISTNAME, since this Makefile is included by the
pkgsrc/pkgtools/rdigest Makefile, which will end up with a PKGNAME of
digest-...  otherwise.  Noticed on bulk build output.

diffstat:

 pkgtools/digest/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 68dfb1648228 -r d8b15f64a794 pkgtools/digest/Makefile
--- a/pkgtools/digest/Makefile  Mon Jan 26 21:24:41 2004 +0000
+++ b/pkgtools/digest/Makefile  Mon Jan 26 21:26:53 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.38 2004/01/05 11:32:40 jlam Exp $
+# $NetBSD: Makefile,v 1.39 2004/01/26 21:26:53 agc Exp $
 #
 # When adding new digest algorithms, please use rmd160 as the template,
 # and bump the VERSION definition.
 
-DISTNAME=      digest-${VERSION}
+DISTNAME?=     digest-${VERSION}
 CATEGORIES=    pkgtools
 MASTER_SITES=  # empty
 DISTFILES=     # empty



Home | Main Index | Thread Index | Old Index