summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_chk
diff options
context:
space:
mode:
authortron <tron>2007-05-15 14:48:43 +0000
committertron <tron>2007-05-15 14:48:43 +0000
commit6bf460a3b9c98d99deff050354ccad11d7306375 (patch)
tree92b4de89d2a65742df902eeddeacb1a469b771d9 /pkgtools/pkg_chk
parenteb37eb0ea4664123fc5104c27a51ee0bdd5bc6a9 (diff)
downloadpkgsrc-6bf460a3b9c98d99deff050354ccad11d7306375.tar.gz
Actually substitute "@ID" with the path to id(1) while creating the
shell script. Bump package revision because of this fix. Patch submitted by MASUDA Hideo in PR pkg/36338.
Diffstat (limited to 'pkgtools/pkg_chk')
-rw-r--r--pkgtools/pkg_chk/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/pkg_chk/Makefile b/pkgtools/pkg_chk/Makefile
index 1037a91911b..96d6ae5b2d3 100644
--- a/pkgtools/pkg_chk/Makefile
+++ b/pkgtools/pkg_chk/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2007/04/24 22:16:38 abs Exp $
+# $NetBSD: Makefile,v 1.53 2007/05/15 14:48:43 tron Exp $
DISTNAME= pkg_chk-1.85
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
@@ -32,6 +32,7 @@ do-build:
${SED} -e 's#@AWK@#${AWK}#g' \
-e 's#@GREP@#${GREP}#g' \
-e 's#@GZIP_CMD@#gzip#g' \
+ -e 's#@ID@#${ID}#g' \
-e 's#@MAKE@#${MAKE}#g' \
-e 's#@MAKECONF@#${TMP_MAKECONF}#g' \
-e 's#@PKG_ADD@#${PKG_ADD}#g' \