summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg>2007-07-03 14:04:17 +0000
committerjoerg <joerg>2007-07-03 14:04:17 +0000
commit8f29d9159971f529af80ad5a61419b196746fdad (patch)
tree9a164131732a2efb192ffe8216af2d7a51fae5f4 /pkgtools
parentb22ee580b2475a5e88db73792c79412d11938fc2 (diff)
downloadpkgsrc-8f29d9159971f529af80ad5a61419b196746fdad.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')
-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