1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Remove USE_AUTOTOOLS=libtool, not needed

- Strip binaries
This commit is contained in:
Dmitry Marakasov 2014-08-11 15:26:44 +00:00
parent 85dea296d2
commit 629cd267c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364620

View File

@ -10,7 +10,8 @@ PKGNAMESUFFIX= 13
MAINTAINER= ports@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>