summaryrefslogtreecommitdiff
path: root/pkgtools/digest
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-02-26 13:32:00 +0000
committerjoerg <joerg@pkgsrc.org>2008-02-26 13:32:00 +0000
commitd624f854a4bbe4a67fa169bbf6a7ed476cbbe508 (patch)
treeba3cbf6ad69abcfbca61fcd1190cd17e31afd35e /pkgtools/digest
parent7dc0a9b2cc0e8a59cb9c09d4d95676ad82e7a14c (diff)
downloadpkgsrc-d624f854a4bbe4a67fa169bbf6a7ed476cbbe508.tar.gz
NO_MTREE is the default nowawadays.
Do not force use of a native compiler, we don't build digest during bootstrap any longer. Do not skip the pkgtools version check for the same reason. When building this package using DESTDIR, it might actually need the newer tools.
Diffstat (limited to 'pkgtools/digest')
-rw-r--r--pkgtools/digest/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index e0e63586149..4d8afbd9659 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2007/11/11 11:35:49 martti Exp $
+# $NetBSD: Makefile,v 1.56 2008/02/26 13:32:00 joerg Exp $
#
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the VERSION definition.
@@ -16,21 +16,13 @@ COMMENT?= Message digest wrapper utility
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
+NO_CHECKSUM= yes
CHECK_PERMS= no
GNU_CONFIGURE= yes
-NO_PKGTOOLS_REQD_CHECK= yes
-NO_MTREE= yes
-
-# XXX Remove the following line after pkgsrc/bootstrap is up and
-# XXX running.
-USE_NATIVE_GCC= yes
-
.include "../../mk/bsd.prefs.mk"
-NO_CHECKSUM= yes
-
VERSION!= ${AWK} -F "'" '/^PACKAGE_VERSION=/ {print $$2}' \
${FILESDIR}/configure