summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorreed <reed>2006-10-03 20:53:38 +0000
committerreed <reed>2006-10-03 20:53:38 +0000
commita33166343dc644c83043f38195a4163295156fd6 (patch)
tree0189e795feedb529ea0ba48a07d98f2d6b4e30d6 /pkgtools
parent06c72140f2ef767ebeb3ba88bf18201e2cdc1854 (diff)
downloadpkgsrc-a33166343dc644c83043f38195a4163295156fd6.tar.gz
Update PKGREVISION.
Make sure use PKG_SYSCONFDIR for the "etc" sed expression. Also do the SUBST_SED on the configuration example file too.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_select/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/pkg_select/Makefile b/pkgtools/pkg_select/Makefile
index 208150f59e9..b17620037c6 100644
--- a/pkgtools/pkg_select/Makefile
+++ b/pkgtools/pkg_select/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2006/10/03 20:27:47 reed Exp $
+# $NetBSD: Makefile,v 1.7 2006/10/03 20:53:38 reed Exp $
#
DISTNAME= pkg_select-20050817
+PKGREVISION= 1
CATEGORIES= pkgtools
MASTER_SITES= http://imil.net/NetBSD/
@@ -34,8 +35,9 @@ do-install:
SUBST_CLASSES+= path
SUBST_STAGE.path= post-patch
-SUBST_FILES.path= Makefile pkg_select.1
+SUBST_FILES.path= Makefile pkg_select.1 ${PKGBASE}.conf.example
SUBST_SED.path= -e "s|/usr/pkgsrc|${PKGSRCDIR}|g" \
+ -e "s|/usr/pkg/etc|${PKG_SYSCONFDIR}|g" \
-e "s|/usr/pkg|${PREFIX}|g" \
-e "s|/var/db/pkg|${PKG_DBDIR}|g" \
-e "s|/usr/bin/make|${MAKE}|g"