svn commit: r342712 - head/astro/tclgeomap

Pietro Cerutti gahr at FreeBSD.org
Wed Feb 5 14:33:36 UTC 2014


Author: gahr
Date: Wed Feb  5 14:33:35 2014
New Revision: 342712
URL: http://svnweb.freebsd.org/changeset/ports/342712
QAT: https://qat.redports.org/buildarchive/r342712/

Log:
  - Fix STRIP

Modified:
  head/astro/tclgeomap/Makefile

Modified: head/astro/tclgeomap/Makefile
==============================================================================
--- head/astro/tclgeomap/Makefile	Wed Feb  5 14:24:41 2014	(r342711)
+++ head/astro/tclgeomap/Makefile	Wed Feb  5 14:33:35 2014	(r342712)
@@ -17,7 +17,6 @@ CONFIGURE_ARGS=	--with-tcl=${TCL_LIBDIR}
 		--with-tclinclude=${TCL_INCLUDEDIR}
 WRKSRC=		${WRKDIR}/${DISTNAME}/unix
 USE_LDCONFIG=	yes
-STRIP_FILES=	lib/libtclgeomap.so
 
 post-patch:
 	@${REINPLACE_CMD} -e '/=.*PACKAGE_VERSION/s|$${PACKAGE_VERSION}||g' ${WRKSRC}/configure
@@ -35,5 +34,6 @@ do-install:
 	${LN} -sf libtclgeomap.so.0 ${STAGEDIR}${PREFIX}/lib/libtclgeomap.so
 	${FIND} ${WRKSRC}/../doc -name "*.3" -exec ${INSTALL_DATA} {} ${STAGEDIR}${PREFIX}/man/man3 \;
 	${FIND} ${WRKSRC}/../doc -name "*.n" -exec ${INSTALL_DATA} {} ${STAGEDIR}${PREFIX}/man/mann \;
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtclgeomap.so.0
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list