aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/utcount/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-03-03 10:54:57 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-03-03 10:54:57 +0800
commit2111be1d1093454dce9c6935dec9489a40b6bef6 (patch)
tree0744471c5ee64f786cdd2f29b4f9cb880868a3df /sysutils/utcount/Makefile
parent3bf2836eddb53ee89e1be07ae7e7ce51d1283de3 (diff)
downloadfreebsd-ports-gnome-2111be1d1093454dce9c6935dec9489a40b6bef6.tar.gz
freebsd-ports-gnome-2111be1d1093454dce9c6935dec9489a40b6bef6.tar.zst
freebsd-ports-gnome-2111be1d1093454dce9c6935dec9489a40b6bef6.zip
- Switch to @sample
Diffstat (limited to 'sysutils/utcount/Makefile')
-rw-r--r--sysutils/utcount/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/utcount/Makefile b/sysutils/utcount/Makefile
index 297454a6f42b..4a807cdc34b9 100644
--- a/sysutils/utcount/Makefile
+++ b/sysutils/utcount/Makefile
@@ -3,6 +3,7 @@
PORTNAME= utcount
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= sysutils net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -16,4 +17,8 @@ MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" \
post-build:
${STRIP_CMD} ${WRKSRC}/bin/count_client
+post-install:
+ ${MV} ${STAGEDIR}${PREFIX}/etc/utcount.conf.default \
+ ${STAGEDIR}${PREFIX}/etc/utcount.conf.sample
+
.include <bsd.port.mk>