diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-03 14:04:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-03 14:04:17 +0000 |
commit | 70acfd492b89c8359fafc55119488217dac11176 (patch) | |
tree | 9a164131732a2efb192ffe8216af2d7a51fae5f4 /pkgtools/digest | |
parent | 69554b2be31387a5a22348acdfd80fbe95d9902b (diff) | |
download | pkgsrc-70acfd492b89c8359fafc55119488217dac11176.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/Makefile | 7 |
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 |