svn commit: r351270 - head/audio/xmp

Emanuel Haupt ehaupt at FreeBSD.org
Mon Apr 14 17:42:24 UTC 2014


Author: ehaupt
Date: Mon Apr 14 17:42:23 2014
New Revision: 351270
URL: http://svnweb.freebsd.org/changeset/ports/351270
QAT: https://qat.redports.org/buildarchive/r351270/

Log:
  Use @sample pkg-plist macro.

Modified:
  head/audio/xmp/pkg-plist

Modified: head/audio/xmp/pkg-plist
==============================================================================
--- head/audio/xmp/pkg-plist	Mon Apr 14 17:20:17 2014	(r351269)
+++ head/audio/xmp/pkg-plist	Mon Apr 14 17:42:23 2014	(r351270)
@@ -1,9 +1,5 @@
-man/man1/xmp.1.gz
- at unexec if cmp -s %D/%%ETCDIR%%/xmp.conf %D/%%ETCDIR%%/xmp.conf.sample; then rm -f %D/%%ETCDIR%%/xmp.conf; fi
-%%ETCDIR%%/xmp.conf.sample
- at exec [ -f %B/xmp.conf ] || cp %B/%f %B/xmp.conf
 bin/xmp
- at unexec if cmp -s %D/%%ETCDIR%%/modules.conf %D/%%ETCDIR%%/modules.conf.sample; then rm -f %D/%%ETCDIR%%/modules.conf; fi
-%%ETCDIR%%/modules.conf.sample
- at exec [ -f %B/modules.conf ] || cp %B/%f %B/modules.conf
+man/man1/xmp.1.gz
+ at sample %%ETCDIR%%/xmp.conf.sample
+ at sample %%ETCDIR%%/modules.conf.sample
 @dirrmtry %%ETCDIR%%


More information about the svn-ports-all mailing list