mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
14 lines
485 B
Plaintext
14 lines
485 B
Plaintext
@unexec if cmp -s %D/%%CONFDIR%%/drraw.conf-dist %D/%%CONFDIR%%/drraw.conf; then rm -f %D/%%CONFDIR%%/drraw.conf; fi
|
|
%%CONFDIR%%/drraw.conf-dist
|
|
@exec if [ ! -f %D/%%CONFDIR%%/drraw.conf ]; then cp -p %D/%F %B/drraw.conf; fi
|
|
%%WWWDIR%%/drraw.cgi
|
|
%%WWWDIR%%/icons/bomb.gif
|
|
%%WWWDIR%%/icons/folder.gif
|
|
%%WWWDIR%%/icons/folder.open.gif
|
|
%%WWWDIR%%/icons/generic.gif
|
|
%%WWWDIR%%/icons/link.gif
|
|
%%WWWDIR%%/icons/text.gif
|
|
%%WWWDIR%%/icons/unknown.gif
|
|
@dirrm %%WWWDIR%%/icons
|
|
@dirrm %%WWWDIR%%
|