Date: Sat, 26 Sep 2015 17:15:02 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398005 - head/www/repos-style Message-ID: <201509261715.t8QHF2O9086312@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Sep 26 17:15:02 2015 New Revision: 398005 URL: https://svnweb.freebsd.org/changeset/ports/398005 Log: Convert to @sample Modified: head/www/repos-style/pkg-plist Modified: head/www/repos-style/pkg-plist ============================================================================== --- head/www/repos-style/pkg-plist Sat Sep 26 17:13:20 2015 (r398004) +++ head/www/repos-style/pkg-plist Sat Sep 26 17:15:02 2015 (r398005) @@ -1,8 +1,6 @@ %%WWWDIR%%/Cezanne-LICENSE.txt %%WWWDIR%%/LICENSE-2.0.txt -@unexec if cmp -s %D/%%WWWDIR%%/open/log/index.dist.php %D/%%WWWDIR%%/open/log/index.php; then rm -f %D/%%WWWDIR%%/open/log/index.php; fi -%%WWWDIR%%/open/log/index.dist.php -@exec if [ ! -f %D/%%WWWDIR%%/open/log/index.php ]; then cp -p %D/%%WWWDIR%%/open/log/index.dist.php %D/%%WWWDIR%%/open/log/index.php; fi +@sample %%WWWDIR%%/open/log/index.dist.php %%WWWDIR%%/open/log/index.php %%WWWDIR%%/style/commands/16x16/back.png %%WWWDIR%%/style/commands/16x16/download.png %%WWWDIR%%/style/commands/16x16/history.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509261715.t8QHF2O9086312>