summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_alternatives/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2012-06-13 15:35:32 +0000
committerjperkin <jperkin@pkgsrc.org>2012-06-13 15:35:32 +0000
commit58716964eae626096b3ca488d9b55fe8df6dea7a (patch)
tree927378a0e079ee0848fcec237b89d88675519390 /pkgtools/pkg_alternatives/Makefile
parent141ce8e1d4a73548d30b006b64c7d4831113d8d9 (diff)
downloadpkgsrc-58716964eae626096b3ca488d9b55fe8df6dea7a.tar.gz
Update to 1.6, changes:
- Use the correct id(1) program. Fixes PR pkg/40691 - Avoid unprintable characters, some implementations of tr(1) have issues with them. Instead go for what hopefully will be a unique string, as well as making use of shell parameter substitution. Fixes PR pkg/42197 These changes combined make pkg_alternatives work correctly on Solaris.
Diffstat (limited to 'pkgtools/pkg_alternatives/Makefile')
-rw-r--r--pkgtools/pkg_alternatives/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/pkg_alternatives/Makefile b/pkgtools/pkg_alternatives/Makefile
index 485c288ed49..1410b2eb1ee 100644
--- a/pkgtools/pkg_alternatives/Makefile
+++ b/pkgtools/pkg_alternatives/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2012/06/13 15:28:23 jperkin Exp $
+# $NetBSD: Makefile,v 1.18 2012/06/13 15:35:32 jperkin Exp $
#
-DISTNAME= pkg_alternatives-1.5
+DISTNAME= pkg_alternatives-1.6
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
@@ -38,6 +38,7 @@ SUBST_SED.vars+= -e 's|@PKGMANDIR@|${PKGMANDIR}|g'
SUBST_SED.vars+= -e 's|@PKG_DBDIR@|${PKG_DBDIR}|g'
SUBST_SED.vars+= -e 's|@PREFIX@|${PREFIX}|g'
SUBST_SED.vars+= -e 's|@ROOT_USER@|${REAL_ROOT_USER}|g'
+SUBST_SED.vars+= -e 's|@ID@|${ID}|g'
SUBST_SED.vars+= -e 's|@SH@|${SH}|g'
INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin