Date: Sat, 28 Jun 2014 20:00:08 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359711 - head/sysutils/cdrtools Message-ID: <201406282000.s5SK08Vw043597@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 -@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 -@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 +@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406282000.s5SK08Vw043597>