1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/net/svnup/pkg-plist
Jason Helfman 26efc48f92 - update to 1.01 [1]
- add europe mirror in svnup.conf [2]
- while here convert to staging

PR:		182149
Submitted by:	jcm@visi.com (maintainer) [1], mspil.oss@gmail.com [2]
2013-12-22 06:02:39 +00:00

7 lines
367 B
Plaintext

bin/svnup
man/man1/svnup.1.gz
man/man5/svnup.conf.5.gz
@unexec if cmp -s %D/etc/svnup.conf.sample %D/etc/svnup.conf; then rm -f %D/etc/svnup.conf; else echo "If permanently removing this package, then please consider removing %D/etc/svnup.conf" ;fi
etc/svnup.conf.sample
@exec if [ ! -f %D/etc/svnup.conf ] ; then cp -p %D/etc/svnup.conf.sample %D/etc/svnup.conf; fi