diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-03 10:54:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-03 10:54:57 +0800 |
commit | 2111be1d1093454dce9c6935dec9489a40b6bef6 (patch) | |
tree | 0744471c5ee64f786cdd2f29b4f9cb880868a3df /sysutils/utcount/Makefile | |
parent | 3bf2836eddb53ee89e1be07ae7e7ce51d1283de3 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |