diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-26 17:15:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-26 17:15:02 +0000 |
commit | a5633a5a51824851d6671c76a97b63c0d70e6d47 (patch) | |
tree | 8c4b1be95b5a362a74dc8af14e857fd468dec310 | |
parent | Cleanup plist (diff) |
Convert to @sample
Notes
Notes:
svn path=/head/; revision=398005
-rw-r--r-- | www/repos-style/pkg-plist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/repos-style/pkg-plist b/www/repos-style/pkg-plist index 971c1066f1eb..2606ec990a9a 100644 --- a/www/repos-style/pkg-plist +++ b/www/repos-style/pkg-plist @@ -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 |