pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_select Update PKGREVISION.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8f1d470c5845
branches: trunk
changeset: 519487:8f1d470c5845
user: reed <reed%pkgsrc.org@localhost>
date: Tue Oct 03 20:53:38 2006 +0000
description:
Update PKGREVISION.
Make sure use PKG_SYSCONFDIR for the "etc" sed expression.
Also do the SUBST_SED on the configuration example file too.
diffstat:
pkgtools/pkg_select/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 172725c3b3b1 -r 8f1d470c5845 pkgtools/pkg_select/Makefile
--- a/pkgtools/pkg_select/Makefile Tue Oct 03 20:27:47 2006 +0000
+++ b/pkgtools/pkg_select/Makefile Tue Oct 03 20:53:38 2006 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index