summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjperkin <jperkin>2012-06-13 15:28:23 +0000
committerjperkin <jperkin>2012-06-13 15:28:23 +0000
commitc543bbb3698e5b3ceb1596f55bb23aefa05e34bb (patch)
tree7bb1ac9e3067cc153a69e0f7969ea1182c950a56 /pkgtools
parent368f0f08df602bd61201a9e8980d044671a2d683 (diff)
downloadpkgsrc-c543bbb3698e5b3ceb1596f55bb23aefa05e34bb.tar.gz
Only do substitutions on files which need them, avoids warnings.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_alternatives/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_alternatives/Makefile b/pkgtools/pkg_alternatives/Makefile
index 71976630f8d..485c288ed49 100644
--- a/pkgtools/pkg_alternatives/Makefile
+++ b/pkgtools/pkg_alternatives/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2010/02/19 20:40:23 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2012/06/13 15:28:23 jperkin Exp $
#
DISTNAME= pkg_alternatives-1.5
@@ -30,7 +30,7 @@ CONF_FILES= ${EGDIR}/filter.conf ${PKG_SYSCONFDIR}/filter.conf
SUBST_CLASSES+= vars
SUBST_STAGE.vars= do-configure
SUBST_MESSAGE.vars= Configuring sources.
-SUBST_FILES.vars= *
+SUBST_FILES.vars= pkg_alternatives.8 pkg_alternatives.sh
SUBST_SED.vars= -e 's|@CONFDIR@|${PKG_SYSCONFDIR}|g'
SUBST_SED.vars+= -e 's|@DATADIR@|${DATADIR}|g'
SUBST_SED.vars+= -e 's|@DBDIR@|${DBDIR}|g'