From 157def92c12e804a60e1c180adaab7121934d33f Mon Sep 17 00:00:00 2001 From: agc Date: Mon, 26 Jan 2004 21:26:53 +0000 Subject: 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. --- pkgtools/digest/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index 581b2894203..0c4d033ad24 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -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 -- cgit v1.2.3