summaryrefslogtreecommitdiff
path: root/pkgtools/digest
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-03-03 03:30:52 +0000
committerobache <obache@pkgsrc.org>2014-03-03 03:30:52 +0000
commit7f2a37cb1a08dc9b8e6f934a578612a8cd05ed91 (patch)
tree968fbf2f44edcbf2a187c50ffa7c8ac49b781666 /pkgtools/digest
parent92b8ca727c1d095ba1045f23f5edb21265dc7d0b (diff)
downloadpkgsrc-7f2a37cb1a08dc9b8e6f934a578612a8cd05ed91.tar.gz
Just define PKGNAME and use it.
Diffstat (limited to 'pkgtools/digest')
-rw-r--r--pkgtools/digest/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index 8689af59a95..400ab0d6f4d 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.59 2012/09/11 23:19:34 asau Exp $
+# $NetBSD: Makefile,v 1.60 2014/03/03 03:30:53 obache Exp $
#
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the VERSION definition.
-DISTNAME?= digest-${VERSION}
+PKGNAME?= digest-${VERSION}
CATEGORIES= pkgtools
-MASTER_SITES= # empty
-DISTFILES= # empty
MAINTAINER?= agc@NetBSD.org
HOMEPAGE?= http://www.NetBSD.org/docs/software/packages.html