pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_chk Actually substitute "@ID" with the pa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/01f698d7e0df
branches: trunk
changeset: 528765:01f698d7e0df
user: tron <tron%pkgsrc.org@localhost>
date: Tue May 15 14:48:43 2007 +0000
description:
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:
pkgtools/pkg_chk/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 6fe7461a0522 -r 01f698d7e0df pkgtools/pkg_chk/Makefile
--- a/pkgtools/pkg_chk/Makefile Tue May 15 13:28:21 2007 +0000
+++ b/pkgtools/pkg_chk/Makefile Tue May 15 14:48:43 2007 +0000
@@ -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 @@
${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' \
Home |
Main Index |
Thread Index |
Old Index