summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-14 20:43:23 +0000
committerjlam <jlam>2006-03-14 20:43:23 +0000
commitfe2fe99021135aa7c941001b7ce1f51fa68951ee (patch)
tree9c9ea5066b7ca8b899de7c2a8f0435bf1d37ee6b /devel
parent0c8215fb0e08d6e641a195411ae868a9bcec9a57 (diff)
downloadpkgsrc-fe2fe99021135aa7c941001b7ce1f51fa68951ee.tar.gz
USE_PKGINSTALL isn't needed here to make these packagse use the
pkginstall framework. In the case of libtool-base, avoid using FILES_SUBST_SED where it isn't needed.
Diffstat (limited to 'devel')
-rw-r--r--devel/libtool-base/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 4b5e1e3a59f..305c79ad4ee 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2006/02/28 23:34:46 joerg Exp $
+# $NetBSD: Makefile,v 1.77 2006/03/14 20:43:23 jlam Exp $
###########################################################################
###########################################################################
@@ -83,10 +83,10 @@ PLIST_SUBST+= SHLIBTOOL="@comment "
.else
PLIST_SUBST+= SHLIBTOOL=
-USE_PKGINSTALL= YES # for FILES_SUBST defaults
-
post-build:
- @${SED} ${FILES_SUBST_SED} <${FILESDIR}/shlibtool.in >${WRKSRC}/shlibtool
+ @${SED} -e "s|@PREFIX@|"${PREFIX:Q}"|g" \
+ -e "s|@SH@|"${SH:Q}"|g" \
+ ${FILESDIR}/shlibtool.in > ${WRKSRC}/shlibtool
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/shlibtool ${PREFIX}/bin/shlibtool