svn commit: r367107 - head/audio/juke

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 2 22:31:50 UTC 2014


Author: bapt
Date: Tue Sep  2 22:31:50 2014
New Revision: 367107
URL: http://svnweb.freebsd.org/changeset/ports/367107
QAT: https://qat.redports.org/buildarchive/r367107/

Log:
  Convert to @sample

Modified:
  head/audio/juke/pkg-plist

Modified: head/audio/juke/pkg-plist
==============================================================================
--- head/audio/juke/pkg-plist	Tue Sep  2 22:31:36 2014	(r367106)
+++ head/audio/juke/pkg-plist	Tue Sep  2 22:31:50 2014	(r367107)
@@ -1,5 +1,3 @@
 bin/juke
- at unexec if cmp -s %D/etc/juke.conf %D/etc/juke.conf.sample; then rm -f %D/etc/juke.conf; fi
-etc/juke.conf.sample
- at exec if [ ! -f %B/juke.conf ]; then cp -p %B/%f %B/juke.conf; fi
+ at sample etc/juke.conf.sample
 man/man1/juke.1.gz


More information about the svn-ports-head mailing list