svn commit: r360657 - head/misc/lxde-common
Raphael Kubo da Costa
rakuco at FreeBSD.org
Fri Jul 4 20:28:02 UTC 2014
Author: rakuco
Date: Fri Jul 4 20:28:02 2014
New Revision: 360657
URL: http://svnweb.freebsd.org/changeset/ports/360657
QAT: https://qat.redports.org/buildarchive/r360657/
Log:
Use @sample in pkg-plist.
PR: 191613
Submitted by: Horia Racoviceanu <horia at racoviceanu.com> (maintainer)
Modified:
head/misc/lxde-common/pkg-plist
Modified: head/misc/lxde-common/pkg-plist
==============================================================================
--- head/misc/lxde-common/pkg-plist Fri Jul 4 20:17:15 2014 (r360656)
+++ head/misc/lxde-common/pkg-plist Fri Jul 4 20:28:02 2014 (r360657)
@@ -2,12 +2,8 @@ bin/lxde-logout
bin/openbox-lxde
bin/startlxde
etc/xdg/lxsession/LXDE/autostart
- at unexec if cmp -s %D/etc/xdg/lxsession/LXDE/desktop.conf %D/etc/xdg/lxsession/LXDE/desktop.conf.sample; then rm -f %D/etc/xdg/lxsession/LXDE/desktop.conf; fi
-etc/xdg/lxsession/LXDE/desktop.conf.sample
- at exec if [ ! -f %D/etc/xdg/lxsession/LXDE/desktop.conf ] ; then cp -p %D/%F %B/desktop.conf; fi
- at unexec if cmp -s %D/etc/xdg/pcmanfm/LXDE/pcmanfm.conf %D/etc/xdg/pcmanfm/LXDE/pcmanfm.conf.sample; then rm -f %D/etc/xdg/pcmanfm/LXDE/pcmanfm.conf; fi
-etc/xdg/pcmanfm/LXDE/pcmanfm.conf.sample
- at exec if [ ! -f %D/etc/xdg/pcmanfm/LXDE/pcmanfm.conf ] ; then cp -p %D/%F %B/pcmanfm.conf; fi
+ at sample etc/xdg/lxsession/LXDE/desktop.conf.sample
+ at sample etc/xdg/pcmanfm/LXDE/pcmanfm.conf.sample
man/man1/lxde-logout.1.gz
man/man1/openbox-lxde.1.gz
man/man1/startlxde.1.gz
More information about the svn-ports-all
mailing list