Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2014 00:27:46 +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: r353553 - head/sysutils/utcount
Message-ID:  <201405100027.s4A0RkgZ067306@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405100027.s4A0RkgZ067306>