diff options
author | abs <abs> | 2007-04-24 22:16:38 +0000 |
---|---|---|
committer | abs <abs> | 2007-04-24 22:16:38 +0000 |
commit | 0becb6dc9efaf19967d1952fa0ee699856e2c31a (patch) | |
tree | ddfe794a5aff43eb377e80e4a1b969f5eab4a5bd /pkgtools/pkg_chk | |
parent | 1d1d02d9f7ce5815965eff96f4bf65c4f1148af8 (diff) | |
download | pkgsrc-0becb6dc9efaf19967d1952fa0ee699856e2c31a.tar.gz |
update pkg_chk to 1.85nb4 - use :U to avoid issues with old bmake - from Vladimir Yakovetsky
Diffstat (limited to 'pkgtools/pkg_chk')
-rw-r--r-- | pkgtools/pkg_chk/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgtools/pkg_chk/Makefile b/pkgtools/pkg_chk/Makefile index 8d48c42bb98..1037a91911b 100644 --- a/pkgtools/pkg_chk/Makefile +++ b/pkgtools/pkg_chk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2007/04/20 09:50:21 tron Exp $ +# $NetBSD: Makefile,v 1.52 2007/04/24 22:16:38 abs Exp $ DISTNAME= pkg_chk-1.85 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty @@ -25,8 +25,7 @@ INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8 .include "../../mk/bsd.prefs.mk" # Avoid changing any the actual value of MAKECONF -TMP_MAKECONF=${MAKECONF} -TMP_MAKECONF?=/etc/mk.conf +TMP_MAKECONF=${MAKECONF:U/etc/mk.conf} #XXX: how to get GZIP_CMD?! do-build: |