diff options
| author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-12-08 10:47:46 +0000 |
|---|---|---|
| committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-12-08 10:47:46 +0000 |
| commit | 9c1c7072049f8f7279f78cd8fe2767dc8784bf5a (patch) | |
| tree | fe7b090062bace37ee6d2d4b5dac7fb6f390217e /net/enet/Makefile | |
| parent | 8fe97fd7ce8641ce4c31fed205373a22d7ff33aa (diff) | |
Notes
Diffstat (limited to 'net/enet/Makefile')
| -rw-r--r-- | net/enet/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/enet/Makefile b/net/enet/Makefile index a35143f9377d..7ec136c0badf 100644 --- a/net/enet/Makefile +++ b/net/enet/Makefile @@ -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> |
