diff options
author | gahr <gahr@FreeBSD.org> | 2014-02-05 22:33:35 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-02-05 22:33:35 +0800 |
commit | ae958216192b78eacea328edd03fbfc3803fc2ef (patch) | |
tree | bd7794bafb5eeb82335c6a7888f14d58e9052bdb /astro/tclgeomap | |
parent | bbe413297aa7fec207a1e58cb09493a684139499 (diff) | |
download | freebsd-ports-gnome-ae958216192b78eacea328edd03fbfc3803fc2ef.tar.gz freebsd-ports-gnome-ae958216192b78eacea328edd03fbfc3803fc2ef.tar.zst freebsd-ports-gnome-ae958216192b78eacea328edd03fbfc3803fc2ef.zip |
- Fix STRIP
Diffstat (limited to 'astro/tclgeomap')
-rw-r--r-- | astro/tclgeomap/Makefile | 2 |
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> |