summaryrefslogtreecommitdiff
path: root/pkgtools/digest
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-07-03 14:04:17 +0000
committerjoerg <joerg@pkgsrc.org>2007-07-03 14:04:17 +0000
commit10e3eaa283cb9308393cc37f38e621523439a3f0 (patch)
tree9a164131732a2efb192ffe8216af2d7a51fae5f4 /pkgtools/digest
parente24209d1455027ac9e39ab799fbdc2c1e21f9cfc (diff)
downloadpkgsrc-10e3eaa283cb9308393cc37f38e621523439a3f0.tar.gz
Override CHECK_PERMS for checkperms and its dependency digest.
This allows making it a real dependency for bulk builds.
Diffstat (limited to 'pkgtools/digest')
-rw-r--r--pkgtools/digest/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index 87d8c7aded9..381abd13275 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2006/11/02 18:02:07 joerg Exp $
+# $NetBSD: Makefile,v 1.53 2007/07/03 14:04:17 joerg Exp $
#
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the VERSION definition.
@@ -15,10 +15,11 @@ COMMENT?= Message digest wrapper utility
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
+CHECK_PERMS= no
+
GNU_CONFIGURE= yes
NO_PKGTOOLS_REQD_CHECK= yes
-NO_CHECKSUM= yes
NO_MTREE= yes
# XXX Remove the following line after pkgsrc/bootstrap is up and
@@ -27,6 +28,8 @@ USE_NATIVE_GCC= yes
.include "../../mk/bsd.prefs.mk"
+NO_CHECKSUM= yes
+
VERSION!= ${AWK} -F "'" '/^PACKAGE_VERSION=/ {print $$2}' \
${FILESDIR}/configure