diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-10-12 08:53:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-10-12 08:53:38 +0800 |
commit | daee2925e8d4f3f7d38ecccd32122a5e0e7a7ecf (patch) | |
tree | 2deffe02508f604f11c23fa2ef24453c6a686bba /net-p2p | |
parent | 61b5ce632c83ca3c972eb090007a0253c832dde8 (diff) | |
download | freebsd-ports-gnome-daee2925e8d4f3f7d38ecccd32122a5e0e7a7ecf.tar.gz freebsd-ports-gnome-daee2925e8d4f3f7d38ecccd32122a5e0e7a7ecf.tar.zst freebsd-ports-gnome-daee2925e8d4f3f7d38ecccd32122a5e0e7a7ecf.zip |
- Fix PLIST
- Bump PORTREVISION
PR: ports/151374
Submitted by: Aragon Gouveia <aragon@phat.za.net>
Approved by: Dmitry Yashin <yashin.dm@gmail.com> (maintainer), pgollucci (mentor, implicit)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/uhub/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/uhub/pkg-plist | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/uhub/Makefile b/net-p2p/uhub/Makefile index 7b87a847712e..a4e7c144315f 100644 --- a/net-p2p/uhub/Makefile +++ b/net-p2p/uhub/Makefile @@ -7,7 +7,7 @@ PORTNAME= uhub PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= http://www.extatic.org/downloads/uhub/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/net-p2p/uhub/pkg-plist b/net-p2p/uhub/pkg-plist index 89fd57a93250..10cf99b13958 100644 --- a/net-p2p/uhub/pkg-plist +++ b/net-p2p/uhub/pkg-plist @@ -1,14 +1,14 @@ bin/uhub @unexec if cmp -s %D/etc/uhub/uhub.conf.sample %D/etc/uhub/uhub.conf; then rm -f %D/etc/uhub/uhub.conf; fi etc/uhub/uhub.conf.sample -@exec if [ ! -f %D/etc/uhub/uhub.conf ] ; then cp -p %D/%F %B/uhub/uhub.conf; fi +@exec if [ ! -f %D/etc/uhub/uhub.conf ] ; then cp -p %D/%F %B/uhub.conf; fi @unexec if cmp -s %D/etc/uhub/users.conf.sample %D/etc/uhub/users.conf; then rm -f %D/etc/uhub/users.conf; fi etc/uhub/users.conf.sample -@exec if [ ! -f %D/etc/uhub/users.conf ] ; then cp -p %D/%F %B/uhub/users.conf; fi +@exec if [ ! -f %D/etc/uhub/users.conf ] ; then cp -p %D/%F %B/users.conf; fi @unexec if cmp -s %D/etc/uhub/motd.txt.sample %D/etc/uhub/motd.txt; then rm -f %D/etc/uhub/motd.txt; fi etc/uhub/motd.txt.sample -@exec if [ ! -f %D/etc/uhub/motd.txt ] ; then cp -p %D/%F %B/uhub/motd.txt; fi +@exec if [ ! -f %D/etc/uhub/motd.txt ] ; then cp -p %D/%F %B/motd.txt; fi @unexec if cmp -s %D/etc/uhub/rules.txt.sample %D/etc/uhub/rules.txt; then rm -f %D/etc/uhub/rules.txt; fi etc/uhub/rules.txt.sample -@exec if [ ! -f %D/etc/uhub/rules.txt ] ; then cp -p %D/%F %B/uhub/rules.txt; fi +@exec if [ ! -f %D/etc/uhub/rules.txt ] ; then cp -p %D/%F %B/rules.txt; fi @dirrmtry etc/uhub |