svn commit: r359711 - head/sysutils/cdrtools

Martin Wilke miwi at FreeBSD.org
Sat Jun 28 20:00:08 UTC 2014


Author: miwi
Date: Sat Jun 28 20:00:08 2014
New Revision: 359711
URL: http://svnweb.freebsd.org/changeset/ports/359711
QAT: https://qat.redports.org/buildarchive/r359711/

Log:
  - Fix build with Q/A tests

Modified:
  head/sysutils/cdrtools/pkg-plist

Modified: head/sysutils/cdrtools/pkg-plist
==============================================================================
--- head/sysutils/cdrtools/pkg-plist	Sat Jun 28 18:30:41 2014	(r359710)
+++ head/sysutils/cdrtools/pkg-plist	Sat Jun 28 20:00:08 2014	(r359711)
@@ -73,12 +73,8 @@ man/man8/mkisofs.8.gz
 @dirrm lib/siconv
 %%RSCSI%%sbin/rscsi
 %%RSCSI%%@exec chmod u+s %B/%f
- at unexec if cmp -s %D/etc/cdrecord.sample %D/etc/cdrecord; then rm -f %D/etc/cdrecord; else echo "If permanently deleting this package, %D/etc/cdrecord must be removed manually."; fi
-etc/cdrecord.sample
- at exec [ -f %B/cdrecord ] || cp %B/%f %B/cdrecord
-%%RSCSI%%@unexec if cmp -s %D/etc/rscsi.sample %D/etc/rscsi; then rm -f %D/etc/rscsi; else echo "If permanently deleting this package, %D/etc/rscsi must be removed manually."; fi
-%%RSCSI%%etc/rscsi.sample
-%%RSCSI%%@exec [ -f %B/rscsi ] || cp %B/%f %B/rscsi
+ at sample etc/cdrecord.sample
+%%RSCSI%%@sample etc/rscsi.sample
 %%RSCSI%%@unexec if pw usershow rscsi >/dev/null 2>&1; then echo "If permanently deleting this package, user \"rscsi\" and its homedirectory must be removed manually."; fi
 %%RSCSI%%@unexec if pw groupshow rscsi >/dev/null 2>&1; then echo "If permanently deleting this package, group \"rscsi\" must be removed manually."; fi
 %%RSCSI%%man/man1/rscsi.1.gz


More information about the svn-ports-head mailing list