Date: Sun, 8 Mar 2015 02:33:10 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380725 - head/sysutils/slst Message-ID: <201503080233.t282XAW9022290@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Mar 8 02:33:09 2015 New Revision: 380725 URL: https://svnweb.freebsd.org/changeset/ports/380725 QAT: https://qat.redports.org/buildarchive/r380725/ Log: - Strip binary Modified: head/sysutils/slst/Makefile Modified: head/sysutils/slst/Makefile ============================================================================== --- head/sysutils/slst/Makefile Sun Mar 8 02:33:09 2015 (r380724) +++ head/sysutils/slst/Makefile Sun Mar 8 02:33:09 2015 (r380725) @@ -3,6 +3,7 @@ PORTNAME= slst PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.vanheusden.com/slst/ EXTRACT_SUFX= .tgz @@ -14,4 +15,7 @@ ALL_TARGET= all PLIST_FILES= bin/slst +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/slst + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503080233.t282XAW9022290>