- Remove TODO from DOCS
- Add REINPLACE, fix build on FreeBSD 11, Clang not have -finline-limit - Strip library
This commit is contained in:
parent
5ec71d30af
commit
6f3d812801
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351116
1 changed files with 6 additions and 2 deletions
|
@ -21,11 +21,15 @@ USES= gmake pkgconfig
|
|||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gtk20
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog README TODO
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog README
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-finline-limit=5000||' ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/dssi/hexter.so
|
||||
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
|
Loading…
Reference in a new issue