Date: Fri, 15 Oct 2004 13:40:29 +0900 From: FUJISHIMA Satsuki <sf@FreeBSD.org> To: Ade Lovett <ade@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/libtool15 Makefile distinfo pkg-plist ports/devel/libtool15/files patch-aa patch-ab Message-ID: <867jpssif6.wl%sf@FreeBSD.org> In-Reply-To: <200410142048.i9EKmHxN033754@repoman.freebsd.org> References: <200410142048.i9EKmHxN033754@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?867jpssif6.wl%sf>