aboutsummaryrefslogtreecommitdiff
path: root/net/enet
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-12-08 10:47:46 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-12-08 10:47:46 +0000
commit9c1c7072049f8f7279f78cd8fe2767dc8784bf5a (patch)
treefe7b090062bace37ee6d2d4b5dac7fb6f390217e /net/enet
parent8fe97fd7ce8641ce4c31fed205373a22d7ff33aa (diff)
downloadports-9c1c7072049f8f7279f78cd8fe2767dc8784bf5a.tar.gz
ports-9c1c7072049f8f7279f78cd8fe2767dc8784bf5a.zip
- 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]
Notes
Notes: svn path=/head/; revision=374257
Diffstat (limited to 'net/enet')
-rw-r--r--net/enet/Makefile7
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>