aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-02-05 14:33:35 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-02-05 14:33:35 +0000
commit7610f8e1f03f591b5472e7bfee687ace7b0da30f (patch)
treebd7794bafb5eeb82335c6a7888f14d58e9052bdb /astro
parent640d7439c8bd14926609b432ba2d03b0692cdaa0 (diff)
Notes
Diffstat (limited to 'astro')
-rw-r--r--astro/tclgeomap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/tclgeomap/Makefile b/astro/tclgeomap/Makefile
index 883ca82f66c0..e001ce6be531 100644
--- a/astro/tclgeomap/Makefile
+++ b/astro/tclgeomap/Makefile
@@ -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>