summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_chk/Makefile
diff options
context:
space:
mode:
authorabs <abs>2005-01-29 15:36:30 +0000
committerabs <abs>2005-01-29 15:36:30 +0000
commit3955fe5ee5487c50d797a6a4eb1ff6b9c9a6e751 (patch)
tree05ed54e999cfdb2d5bf2404f161288d0e6c0e249 /pkgtools/pkg_chk/Makefile
parent3d347fa873944529ece360c72843c75ca637e777 (diff)
downloadpkgsrc-3955fe5ee5487c50d797a6a4eb1ff6b9c9a6e751.tar.gz
Update pkg_chk to 1.53.
- Substitute default values for GREP, PKG_INFO, and SED at buildtime - Add -P dir, to set binary package dir - Remove the need for a copy of pkgsrc when using -b - List 'missing' packages at the end alog wwith Installed and Failed - Output various messages to stdout and to logfile (if active) - As ever, there are few problems that cannot be helped by adding another layer of abstraction
Diffstat (limited to 'pkgtools/pkg_chk/Makefile')
-rw-r--r--pkgtools/pkg_chk/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/pkgtools/pkg_chk/Makefile b/pkgtools/pkg_chk/Makefile
index b2e1a8a99ba..e67bbba0cdc 100644
--- a/pkgtools/pkg_chk/Makefile
+++ b/pkgtools/pkg_chk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2004/11/30 19:32:10 abs Exp $
+# $NetBSD: Makefile,v 1.10 2005/01/29 15:36:30 abs Exp $
-DISTNAME= pkg_chk-1.52
+DISTNAME= pkg_chk-1.53
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
@@ -25,8 +25,12 @@ INSTALLATION_DIRS= sbin man/man8
MAKECONF?= /etc/mk.conf
do-build:
- ${SED} -e 's#@MAKE@#${MAKE}#g' \
+ ${SED} -e 's#@AWK@#${AWK}#g' \
+ -e 's#@GREP@#${GREP}#g' \
+ -e 's#@MAKE@#${MAKE}#g' \
-e 's#@MAKECONF@#${MAKECONF}#g' \
+ -e 's#@PKG_INFO@#${PKG_INFO}#g' \
+ -e 's#@SED@#${SED}#g' \
-e 's#@SH@#${SH}#g' \
${FILESDIR}/pkg_chk.sh >${WRKSRC}/pkg_chk.sh