summaryrefslogtreecommitdiff
path: root/devel/libtool-base/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-12-18 22:11:10 +0000
committerjoerg <joerg@pkgsrc.org>2009-12-18 22:11:10 +0000
commite2d5e165585c5389bc665070f4f019e7a46bd5f1 (patch)
tree860947ffaf0130650011594945d32e5d0856268e /devel/libtool-base/Makefile
parentd09809ee8ab74ef0ce4707472852625bcad0a509 (diff)
downloadpkgsrc-e2d5e165585c5389bc665070f4f019e7a46bd5f1.tar.gz
Add some band aid for the not-yet-fully-analyzed issue with sh on
NetBSD. Install a prestine install.sh to not leak our modifications into packages. Bump revision.
Diffstat (limited to 'devel/libtool-base/Makefile')
-rw-r--r--devel/libtool-base/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 0de96bf6360..470f77a030b 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2009/12/16 15:27:34 joerg Exp $
+# $NetBSD: Makefile,v 1.90 2009/12/18 22:11:10 joerg Exp $
###########################################################################
###########################################################################
@@ -26,7 +26,7 @@
.include "../../devel/libtool/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-base-/}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= ltoob
COMMENT= Generic shared library support script (the script itself)
@@ -36,6 +36,8 @@ CONFLICTS+= libtool<=1.3.5nb11
TEST_TARGET= check
PLIST_VARS+= shlibtool
+OVERRIDE_DIRDEPTH.install-sh= 1
+
.if ${OPSYS} == "AIX"
# always build libraries and executables that use the runtime linker.