summaryrefslogtreecommitdiff
path: root/pkgtools/digest
diff options
context:
space:
mode:
authoragc <agc>2004-01-26 21:26:53 +0000
committeragc <agc>2004-01-26 21:26:53 +0000
commit3530b7c20c97ad14daba552ac33c93300524f8a5 (patch)
tree111d65bfe960bc27257ae594614ce8439149f3d3 /pkgtools/digest
parent64780939d143b4978d8b3e73f1e3e24ad43bbb13 (diff)
downloadpkgsrc-3530b7c20c97ad14daba552ac33c93300524f8a5.tar.gz
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 (limited to 'pkgtools/digest')
-rw-r--r--pkgtools/digest/Makefile4
1 files changed, 2 insertions, 2 deletions
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