summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-03-29 09:09:17 +0000
committerwiz <wiz@pkgsrc.org>2009-03-29 09:09:17 +0000
commit5a55bff264264072f828de3d0779c4c8693a78bc (patch)
treebe5b10d9a1758b1a8a2d1fd8c74f3967ea46a64b
parent36e4d808ba1511861e68751f01cc72bc144b9d2e (diff)
downloadpkgsrc-5a55bff264264072f828de3d0779c4c8693a78bc.tar.gz
Fix substitution per PR 41092 from Steven Drake.
Bump version.
-rw-r--r--pkgtools/pkg_select/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkg_select/Makefile b/pkgtools/pkg_select/Makefile
index dbf43e9fe9d..e08204467ae 100644
--- a/pkgtools/pkg_select/Makefile
+++ b/pkgtools/pkg_select/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2009/03/08 16:13:24 imil Exp $
+# $NetBSD: Makefile,v 1.13 2009/03/29 09:09:17 wiz Exp $
#
-DISTNAME= pkg_select-20090308
+DISTNAME= pkg_select-20090329
CATEGORIES= pkgtools
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/imil/
@@ -24,7 +24,7 @@ SUBST_MESSAGE.path= Adjusting path.
SUBST_FILES.path= Makefile pkg_select.1 ${PKGBASE}.conf.example
SUBST_SED.path= -e "s|/usr/pkgsrc|${PKGSRCDIR}|g"
SUBST_SED.path+= -e "s|/usr/pkg/etc|${PKG_SYSCONFDIR}|g"
-SUBST_SED.path+= -e "s|/usr/pkg|${PREFIX}|g"
+SUBST_SED.path+= -e "s|/usr/pkg/|${PREFIX}|g"
SUBST_SED.path+= -e "s|/var/db/pkg|${PKG_DBDIR}|g"
SUBST_SED.path+= -e "s|/usr/bin/make|${MAKE}|g"