aboutsummaryrefslogtreecommitdiff
path: root/devel/gnu-libtool
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-10-15 04:58:00 +0000
committerAde Lovett <ade@FreeBSD.org>2004-10-15 04:58:00 +0000
commit353d0491efe44c5b543d2cb4113af3f5820ab3b2 (patch)
treeef4467e0460fb4a5ff0ef5216bdb9868ff6f02b3 /devel/gnu-libtool
parent69bd47e0ce6547001a14480cd32a5c9a50c9b1ef (diff)
downloadports-353d0491efe44c5b543d2cb4113af3f5820ab3b2.tar.gz
ports-353d0491efe44c5b543d2cb4113af3f5820ab3b2.zip
Too clever for my own good. Unbreak libltdl15.
Submitted by: sf
Notes
Notes: svn path=/head/; revision=119479
Diffstat (limited to 'devel/gnu-libtool')
-rw-r--r--devel/gnu-libtool/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/gnu-libtool/Makefile b/devel/gnu-libtool/Makefile
index c4af60d427b2..92a14c4fe74a 100644
--- a/devel/gnu-libtool/Makefile
+++ b/devel/gnu-libtool/Makefile
@@ -25,7 +25,10 @@ CONFIGURE_ARGS+= --program-suffix=${BUILD_VERSION}
CONFIGURE_ENV= PREFIX=${PREFIX} PACKAGE=libtool${BUILD_VERSION}
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_REINPLACE= yes
+
+.if ${PORTNAME} == "libtool"
INFO= libtool${BUILD_VERSION}
+.endif
post-patch:
@(cd ${WRKSRC}/doc && \
@@ -44,8 +47,8 @@ post-install:
.for i in libtool libtoolize
@${LN} -sf ${PREFIX}/bin/${i}${BUILD_VERSION} ${PREFIX}/libexec/libtool${BUILD_VERSION}/${i}
.endfor
-.endif
-
@install-info ${PREFIX}/info/libtool${BUILD_VERSION}.info \
${PREFIX}/info/dir
+.endif
+
.include <bsd.port.mk>