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 | 9061aa12c21a0d38ad39bb75be65ffb8dbcba0aa (patch) | |
tree | 111d65bfe960bc27257ae594614ce8439149f3d3 /pkgtools | |
parent | 0ae0e9a5cb7bac5730c00eb6a3d1d7dd23d56422 (diff) | |
download | pkgsrc-9061aa12c21a0d38ad39bb75be65ffb8dbcba0aa.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')
-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 |