From f650f2f88b36312e5295fe5fb612d27218f6044f Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 15 May 2007 14:48:43 +0000 Subject: 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. --- pkgtools/pkg_chk/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkgtools/pkg_chk/Makefile') 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' \ -- cgit v1.2.3