diff options
author | agc <agc@pkgsrc.org> | 2004-01-26 21:26:53 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-26 21:26:53 +0000 |
commit | 157def92c12e804a60e1c180adaab7121934d33f (patch) | |
tree | 111d65bfe960bc27257ae594614ce8439149f3d3 /pkgtools/digest | |
parent | 1e90841f0df096321d9058b390c3bb4335afdb8e (diff) | |
download | pkgsrc-157def92c12e804a60e1c180adaab7121934d33f.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/Makefile | 4 |
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 |