summaryrefslogtreecommitdiff
path: root/pkgtools/digest
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-04-09 00:48:06 +0000
committerjoerg <joerg@pkgsrc.org>2009-04-09 00:48:06 +0000
commit368d71b62eb6e099ecbde93b8f229d559bb4648a (patch)
treebab33acb040ad1708a35131b11af0af8cf0dc5e8 /pkgtools/digest
parentce1772b268c4d640e5330fdbf3bca8d0bfffb6d3 (diff)
downloadpkgsrc-368d71b62eb6e099ecbde93b8f229d559bb4648a.tar.gz
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'pkgtools/digest')
-rw-r--r--pkgtools/digest/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index 4d8afbd9659..23782f5463f 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2008/02/26 13:32:00 joerg Exp $
+# $NetBSD: Makefile,v 1.57 2009/04/09 00:48:11 joerg Exp $
#
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the VERSION definition.
@@ -16,7 +16,6 @@ COMMENT?= Message digest wrapper utility
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
-NO_CHECKSUM= yes
CHECK_PERMS= no
GNU_CONFIGURE= yes