aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-08-30 23:36:12 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-08-30 23:36:12 +0800
commitdbeac67c352a871965684f43f0092369c9396c23 (patch)
tree8417a221632a05325354051d1c7db396c3fa8981
parent26a367efb689daed0512f9fa5b6113d9af86a208 (diff)
downloadfreebsd-ports-gnome-dbeac67c352a871965684f43f0092369c9396c23.tar.gz
freebsd-ports-gnome-dbeac67c352a871965684f43f0092369c9396c23.tar.zst
freebsd-ports-gnome-dbeac67c352a871965684f43f0092369c9396c23.zip
- Use INSTALL_TARGET=install-strip
- Do not silence installation message
-rw-r--r--www/spdylay/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/www/spdylay/Makefile b/www/spdylay/Makefile
index e8a2be1e0104..09c4aa074cf2 100644
--- a/www/spdylay/Makefile
+++ b/www/spdylay/Makefile
@@ -22,6 +22,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
@@ -39,11 +40,8 @@ IGNORE= spdylay requires OpenSSL 1.0.1+
post-patch:
@${REINPLACE_CMD} -e 's|^Requires.private: zlib$$|Libs.private: -L${LIBDIR} -lz|' ${WRKSRC}/lib/libspdylay.pc.in
-post-build:
- @${STRIP_CMD} ${WRKSRC}/lib/.libs/libspdylay.so.7
-
post-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/examples/spdycli ${STAGEDIR}${PREFIX}/bin/
- @${INSTALL_DATA} ${WRKSRC}/shrpx.conf.sample ${STAGEDIR}${PREFIX}/etc/
+ ${INSTALL_SCRIPT} ${WRKSRC}/examples/spdycli ${STAGEDIR}${PREFIX}/bin/
+ ${INSTALL_DATA} ${WRKSRC}/shrpx.conf.sample ${STAGEDIR}${PREFIX}/etc/
.include <bsd.port.post.mk>
Fix package buildkrion2004-03-041-2/+2 * - Pacify portlint and use misc macrosclement2004-02-271-1/+0 * Add SIZE.trevor2004-01-281-0/+1 * - Use canonical form (ports@FreeBSD.org) in MAINTAINER linesergei2003-12-211-1/+1 * Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-211-11/+11 * Fully respect CC and CFLAGSkris2003-10-191-0/+17 * De-pkg-comment.knu2003-02-212-1/+1 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 * Add NOPORTDOCS supportlioux2001-07-041-11/+11 * unecho a commandlioux2001-07-041-1/+1 * At his request, remove Joel Sutton as maintainer of 8 ports. Thank you fordougb2000-10-291-1/+1 * Several cleanups:sobomax2000-06-124-23/+86 * PORTNAME/VERSION stuffmharo2000-04-121-3/+3 * Update maintainer's Email address.steve1999-11-272-3/+2 * Change Id->FreeBSD.obrien1999-08-251-1/+1 * Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1 * Move manpages from plist to makefile and other minor nitsmharo1999-06-232-18/+13 * Remove unnecessary whitespace.asami1999-04-181-3/+2 * updated mastersite path. now compiles with lots less warningsmharo1999-04-1616-35/+190 * Remove ${MASTER_SITE_SUNSITE} from MASTER_SITES and use sunsitefenner1998-02-021-3/+4