pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_select Add slash to pattern. From Steven ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f2ff7be0f65
branches:  trunk
changeset: 392611:9f2ff7be0f65
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 04 13:43:39 2009 +0000

description:
Add slash to pattern. From Steven Drake in PR 41092.
Bump PKGREVISION.

diffstat:

 pkgtools/pkg_select/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 9d5f46197d13 -r 9f2ff7be0f65 pkgtools/pkg_select/Makefile
--- a/pkgtools/pkg_select/Makefile      Mon May 04 11:19:13 2009 +0000
+++ b/pkgtools/pkg_select/Makefile      Mon May 04 13:43:39 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2009/04/03 16:06:43 imil Exp $
+# $NetBSD: Makefile,v 1.15 2009/05/04 13:43:39 wiz Exp $
 #
 
 DISTNAME=      pkg_select-20090308
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    pkgtools
 MASTER_SITES=  ftp://ftp.NetBSD.org/pub/NetBSD/misc/imil/
 
@@ -25,7 +25,7 @@
 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"
 



Home | Main Index | Thread Index | Old Index