svn commit: r364620 - head/devel/swig13
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Aug 11 15:26:45 UTC 2014
Author: amdmi3
Date: Mon Aug 11 15:26:44 2014
New Revision: 364620
URL: http://svnweb.freebsd.org/changeset/ports/364620
QAT: https://qat.redports.org/buildarchive/r364620/
Log:
- Remove USE_AUTOTOOLS=libtool, not needed
- Strip binaries
Modified:
head/devel/swig13/Makefile
Modified: head/devel/swig13/Makefile
==============================================================================
--- head/devel/swig13/Makefile Mon Aug 11 14:54:57 2014 (r364619)
+++ head/devel/swig13/Makefile Mon Aug 11 15:26:44 2014 (r364620)
@@ -10,7 +10,8 @@ PKGNAMESUFFIX= 13
MAINTAINER= ports at FreeBSD.org
COMMENT= Simplified Wrapper and Interface Generator
-USE_AUTOTOOLS= autoconf:env libtool
+USE_AUTOTOOLS= autoconf:env
+GNU_CONFIGURE= yes
VER= ${PORTVERSION:R}
@@ -64,5 +65,6 @@ post-install:
${LN} -f ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}${VER}
cd ${WRKSRC}/Examples && ${COPYTREE_SHARE} '*' ${STAGEDIR}${EXAMPLESDIR}/${PORTVERSION}
cd ${WRKSRC}/Doc && ${COPYTREE_SHARE} '*' ${STAGEDIR}${DOCSDIR}/${PORTVERSION}
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list