- 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)
This commit is contained in:
parent
0aa95f4423
commit
1c4a78e07a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262847
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue