mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
f03a0786fb
Approved by: portmgr blanket
12 lines
443 B
Plaintext
12 lines
443 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
|