summaryrefslogtreecommitdiff
path: root/devel/libtool-base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libtool-base/Makefile')
-rw-r--r--devel/libtool-base/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index fb3e7cd4128..81d7b40d10f 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2007/10/07 12:32:00 joerg Exp $
+# $NetBSD: Makefile,v 1.82 2008/04/12 22:42:59 jlam Exp $
###########################################################################
###########################################################################
@@ -34,6 +34,7 @@ COMMENT= Generic shared library support script (the script itself)
CONFLICTS+= libtool<=1.3.5nb11
TEST_TARGET= check
+PLIST_VARS+= shlibtool
.if ${OPSYS} == "AIX"
@@ -83,10 +84,8 @@ fix-libtool:
post-build: fix-libtool
-.if ${BUILD_SHLIBTOOL} == "NO"
-PLIST_SUBST+= SHLIBTOOL="@comment "
-.else
-PLIST_SUBST+= SHLIBTOOL=
+.if ${BUILD_SHLIBTOOL} != "NO"
+PLIST.shlibtool= yes
post-build:
@${SED} -e "s|@PREFIX@|"${PREFIX:Q}"|g" \