svn commit: r380725 - head/sysutils/slst

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Mar 8 02:33:10 UTC 2015


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>


More information about the svn-ports-head mailing list