svn commit: r367113 - head/audio/rplay
Baptiste Daroussin
bapt at FreeBSD.org
Tue Sep 2 22:38:24 UTC 2014
Author: bapt
Date: Tue Sep 2 22:38:23 2014
New Revision: 367113
URL: http://svnweb.freebsd.org/changeset/ports/367113
QAT: https://qat.redports.org/buildarchive/r367113/
Log:
Convert to @sample and remove the useless remove of rc script already done
Modified:
head/audio/rplay/pkg-plist
Modified: head/audio/rplay/pkg-plist
==============================================================================
--- head/audio/rplay/pkg-plist Tue Sep 2 22:36:05 2014 (r367112)
+++ head/audio/rplay/pkg-plist Tue Sep 2 22:38:23 2014 (r367113)
@@ -1,16 +1,7 @@
- at unexec rm -f %D/etc/rc.d/rplayd.sh*
- at unexec if cmp -s %D/etc/rplay.hosts.sample %D/etc/rplay.hosts 2>/dev/null; then rm -f %D/etc/rplay.hosts; fi
-etc/rplay.hosts.sample
- at exec if [ ! -f %D/etc/rplay.hosts ]; then cp -p %D/%F %D/etc/rplay.hosts; fi
- at unexec if cmp -s %D/etc/rplay.conf.sample %D/etc/rplay.conf 2>/dev/null; then rm -f %D/etc/rplay.conf; fi
-etc/rplay.conf.sample
- at exec if [ ! -f %D/etc/rplay.conf ]; then cp -p %D/%F %D/etc/rplay.conf; fi
- at unexec if cmp -s %D/etc/rplay.helpers.sample %D/etc/rplay.helpers 2>/dev/null; then rm -f %D/etc/rplay.helpers; fi
-etc/rplay.helpers.sample
- at exec if [ ! -f %D/etc/rplay.helpers ]; then cp -p %D/%F %D/etc/rplay.helpers; fi
- at unexec if cmp -s %D/etc/rplay.servers.sample %D/etc/rplay.servers 2>/dev/null; then rm -f %D/etc/rplay.servers; fi
-etc/rplay.servers.sample
- at exec if [ ! -f %D/etc/rplay.servers ]; then cp -p %D/%F %D/etc/rplay.servers; fi
+ at sample etc/rplay.hosts.sample
+ at sample etc/rplay.conf.sample
+ at sample etc/rplay.helpers.sample
+ at sample etc/rplay.servers.sample
bin/rplay
bin/rptp
sbin/rplayd
More information about the svn-ports-all
mailing list