diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-10-15 04:58:00 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-10-15 04:58:00 +0000 |
commit | 353d0491efe44c5b543d2cb4113af3f5820ab3b2 (patch) | |
tree | ef4467e0460fb4a5ff0ef5216bdb9868ff6f02b3 /devel/gnu-libtool | |
parent | 69bd47e0ce6547001a14480cd32a5c9a50c9b1ef (diff) | |
download | ports-353d0491efe44c5b543d2cb4113af3f5820ab3b2.tar.gz ports-353d0491efe44c5b543d2cb4113af3f5820ab3b2.zip |
Notes
Diffstat (limited to 'devel/gnu-libtool')
-rw-r--r-- | devel/gnu-libtool/Makefile | 7 |
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> |