summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2004-03-13 21:00:19 +0000
committerjlam <jlam>2004-03-13 21:00:19 +0000
commit0efc48c60fc02b8bef93aeb5ff2bf3dad9ec52a7 (patch)
tree8f52cf66ad0d8393d0a0da5dc8ba291e06c84d11 /pkgtools/pkg_install/Makefile
parentbcd2c67fac00c2704c5a0ca00d9d39fb640fe7e5 (diff)
downloadpkgsrc-0efc48c60fc02b8bef93aeb5ff2bf3dad9ec52a7.tar.gz
Set USE_DIGEST=no to avoid checking and building a new digest package.
XXX This line should be removed once pkgsrc/bootstrap is up and running.
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r--pkgtools/pkg_install/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 8058561d563..e84302de3ca 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2004/03/13 19:12:26 jlam Exp $
+# $NetBSD: Makefile,v 1.97 2004/03/13 21:00:19 jlam Exp $
# Notes to package maintainers:
#
@@ -33,13 +33,15 @@ NO_PACKAGE= Deinstallation is not permitted
NO_TOOLS= # defined
PKG_PRESERVE= # defined
-# This is needed to solve a chicken-and-egg problem where pkgsrc uses
+# These are needed to solve a chicken-and-egg problem where pkgsrc uses
# newer features of pkg_install, but older NetBSD installations won't
# support them. In this case, we explicitly use the native GCC
# compiler to avoid problems with depending on pkgsrc GCC for building
-# pkg_install.
+# pkg_install. We also avoid building digest as that would involve
+# using the newer pkg_install tools.
#
USE_NATIVE_GCC= yes
+USE_DIGEST= no
PLIST_SUBST+= MANDIR=${MANDIR}
PLIST_SUBST+= PKG_TOOLS_BIN=${PKG_TOOLS_BIN}