aboutsummaryrefslogtreecommitdiffstats
path: root/www/nghttp2
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-08-30 23:42:54 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-08-30 23:42:54 +0800
commitbdfc688db19b5c2538968d8265bb777fc17dd793 (patch)
tree0c874a5aa8c779825176591d145301fe362c043d /www/nghttp2
parent290c7c848c32d7d024e7a79bde1afe9e3be8839e (diff)
downloadfreebsd-ports-gnome-bdfc688db19b5c2538968d8265bb777fc17dd793.tar.gz
freebsd-ports-gnome-bdfc688db19b5c2538968d8265bb777fc17dd793.tar.zst
freebsd-ports-gnome-bdfc688db19b5c2538968d8265bb777fc17dd793.zip
- Use INSTALL_TARGET=install-strip
Diffstat (limited to 'www/nghttp2')
-rw-r--r--www/nghttp2/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile
index 70ce29b67c90..5c0848aa3483 100644
--- a/www/nghttp2/Makefile
+++ b/www/nghttp2/Makefile
@@ -28,6 +28,7 @@ CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
ZLIB_CFLAGS="-I${INCLUDEDIR}" \
ZLIB_LIBS="-L${LIBDIR} -lz"
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
USE_CXXSTD= c++11
USE_GNOME= libxml2
USE_LDCONFIG= yes
@@ -52,7 +53,4 @@ CONFIGURE_ARGS+=--with-jemalloc
post-patch:
@${REINPLACE_CMD} -e '/JEMALLOC_LIBS/ s|-ljemalloc||' ${WRKSRC}/configure
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnghttp2.so.4.0.1
-
.include <bsd.port.post.mk>