summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-03-14 20:43:23 +0000
committerjlam <jlam@pkgsrc.org>2006-03-14 20:43:23 +0000
commit1ec59ed085b1ff1f6e20d1405322bb025382f0fb (patch)
tree9c9ea5066b7ca8b899de7c2a8f0435bf1d37ee6b /devel/libtool-base
parent2376bd0fbc35ba2000266ac8a72838cb21b47d13 (diff)
downloadpkgsrc-1ec59ed085b1ff1f6e20d1405322bb025382f0fb.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/libtool-base')
-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