mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
A plist typo (%%WWWDIR%) was causing leftovers; fix it by using
@sample instead.
This commit is contained in:
parent
ec519e160e
commit
db783e71e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362168
@ -24,9 +24,7 @@
|
||||
%%WWWDIR%%/psdetail.php
|
||||
%%WWWDIR%%/sig-by-time-chart.php
|
||||
%%WWWDIR%%/sigdetail.php
|
||||
@unexec if cmp -s %D/%%WWWDIR%/srconf.php.sample %D/%%WWWDIR%%/srconf.php; then rm -f %D/%%WWWDIR%%/srconf.php; fi
|
||||
%%WWWDIR%%/srconf.php.sample
|
||||
@exec [ -f %D/%%WWWDIR%%/srconf.php ] || cp %D/%%WWWDIR%%/srconf.php.sample %D/%%WWWDIR%%/srconf.php
|
||||
@sample %%WWWDIR%%/srconf.php.sample
|
||||
%%WWWDIR%%/srlogo.png
|
||||
%%WWWDIR%%/ssm.js
|
||||
%%WWWDIR%%/ssmItems.js
|
||||
|
Loading…
Reference in New Issue
Block a user