- Fix build with clang
- Convert to OPTIONSng
This commit is contained in:
parent
5c265e6cda
commit
c4b9460345
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300416
@ -20,18 +20,21 @@ USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_CSTD= gnu89
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN3= vstr.3 vstr_const.3
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
.if defined(NOPORTDOCS)
|
||||
.if !${PORT_OPTIONS:MDOCS}
|
||||
${REINPLACE_CMD} -e 's| Documentation||' ${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if defined(NOPORTDOCS)
|
||||
.if !${PORT_OPTIONS:MDOCS}
|
||||
cd ${WRKSRC}/Documentation && ${GMAKE} install-man3
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user