aboutsummaryrefslogtreecommitdiff
path: root/net/svnup/pkg-plist
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-04-16 22:00:28 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-04-16 22:00:28 +0000
commit6c375692c269bd5cea4536918298e55e4338ce83 (patch)
tree717b48a5a23e8dc799330b7d55f7c81135a82df0 /net/svnup/pkg-plist
parent8e1ae1d8ead64c00e23682441e402f761317ea24 (diff)
downloadports-6c375692c269bd5cea4536918298e55e4338ce83.tar.gz
ports-6c375692c269bd5cea4536918298e55e4338ce83.zip
Notes
Diffstat (limited to 'net/svnup/pkg-plist')
-rw-r--r--net/svnup/pkg-plist4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/svnup/pkg-plist b/net/svnup/pkg-plist
new file mode 100644
index 000000000000..300d980af819
--- /dev/null
+++ b/net/svnup/pkg-plist
@@ -0,0 +1,4 @@
+bin/svnup
+@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