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:
parent
eee107ae75
commit
23c7b466a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335252
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user