diff options
author | pav <pav@FreeBSD.org> | 2010-06-02 23:11:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-06-02 23:11:37 +0800 |
commit | ff9d241c4fad1c0641d84f2a8a2bfd6c7c516fbe (patch) | |
tree | 6ea9217b4a95bf4b8cd83b76e906b5e94b20b366 /net-p2p/uhub/Makefile | |
parent | 3feb827cfc1513c7d6dc6d843704947aa8ff33e6 (diff) | |
download | freebsd-ports-gnome-ff9d241c4fad1c0641d84f2a8a2bfd6c7c516fbe.tar.gz freebsd-ports-gnome-ff9d241c4fad1c0641d84f2a8a2bfd6c7c516fbe.tar.zst freebsd-ports-gnome-ff9d241c4fad1c0641d84f2a8a2bfd6c7c516fbe.zip |
- Update to 0.3.2
PR: ports/147308
Submitted by: Dmitry Yashin <yashin.dm@gmail.com> (maintainer)
Diffstat (limited to 'net-p2p/uhub/Makefile')
-rw-r--r-- | net-p2p/uhub/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-p2p/uhub/Makefile b/net-p2p/uhub/Makefile index 6020b66f0aef..f143830bc198 100644 --- a/net-p2p/uhub/Makefile +++ b/net-p2p/uhub/Makefile @@ -6,7 +6,7 @@ # PORTNAME= uhub -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= net-p2p MASTER_SITES= http://www.extatic.org/downloads/uhub/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -42,5 +42,8 @@ post-install: @if [ -f ${PREFIX}/etc/uhub/motd.txt ]; then \ ${TOUCH} ${PREFIX}/etc/uhub/motd.txt.sample ; \ fi + @if [ -f ${PREFIX}/etc/uhub/rules.txt ]; then \ + ${TOUCH} ${PREFIX}/etc/uhub/rules.txt.sample ; \ + fi .include <bsd.port.post.mk> |