cvs commit: ports/devel/libtool15 Makefile distinfo pkg-plist ports/devel/libtool15/files patch-aa patch-ab

FUJISHIMA Satsuki sf at FreeBSD.org
Thu Oct 14 21:40:39 PDT 2004


unbreaking libltdl15: taking care of info only for master port.

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/libtool15/Makefile,v
retrieving revision 1.40
diff -u -r1.40 Makefile
--- Makefile	14 Oct 2004 20:48:17 -0000	1.40
+++ Makefile	15 Oct 2004 04:26:16 -0000
@@ -25,7 +25,9 @@
 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 +46,8 @@
 .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>


More information about the cvs-ports mailing list