svn commit: r353553 - head/sysutils/utcount

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 10 00:27:46 UTC 2014


Author: amdmi3
Date: Sat May 10 00:27:45 2014
New Revision: 353553
URL: http://svnweb.freebsd.org/changeset/ports/353553
QAT: https://qat.redports.org/buildarchive/r353553/

Log:
  - Support staging
  - Strip binary

Modified:
  head/sysutils/utcount/Makefile

Modified: head/sysutils/utcount/Makefile
==============================================================================
--- head/sysutils/utcount/Makefile	Sat May 10 00:26:58 2014	(r353552)
+++ head/sysutils/utcount/Makefile	Sat May 10 00:27:45 2014	(r353553)
@@ -9,5 +9,11 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Users Traffic Count
 
-NO_STAGE=	yes
+MAKE_ARGS=	PREFIX="${STAGEDIR}${PREFIX}" \
+		INSTALL_PROG="${INSTALL_SCRIPT}" \
+		INSTALL_CONF="${INSTALL_DATA}"
+
+post-build:
+	${STRIP_CMD} ${WRKSRC}/bin/count_client
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list