1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Strip shared library

- Fix packaging with pkgng [1]
- Cleanup Makefile

Reported by:	pkg-fallout [1]
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-11-30 00:17:44 +00:00
parent eee107ae75
commit 23c7b466a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335252

View File

@ -21,15 +21,13 @@ OPTIONS_DEFINE= DOCS DOXYGEN
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
#NO_STAGE= yes
USES= pathfix pkgconfig
PORTDOCS= *
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN}
BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
PORTDOCS= *
.endif
post-patch:
@ -37,4 +35,7 @@ post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||' ${WRKSRC}/Makefile.in
.endif
post-build:
@${STRIP_CMD} ${WRKSRC}/src/libfishsound/.libs/libfishsound.so.4
.include <bsd.port.mk>