- Change USES, remove autoreconf [1]
- Remove PATHFIX_MAKEFILEIN and USE_AUTOTOOLS [1] - Add GNU_CONFIGURE and INSTALL_TARGET=install-strip, remove STRIP_CMD [1] Reported by: tijl [1]
This commit is contained in:
parent
8fe97fd7ce
commit
9c1c707204
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374257
@ -13,9 +13,9 @@ COMMENT= Simple and robust communication library based on UDP
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= autoreconf pathfix libtool
|
||||
PATHFIX_MAKEFILEIN= Makefile.am
|
||||
USE_AUTOTOOLS= aclocal automake autoconf
|
||||
USES= pathfix libtool
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PORTDOCS= *
|
||||
@ -23,7 +23,6 @@ PORTDOCS= *
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libenet.so.7
|
||||
@(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user