445b9dc0e5
- Respect NOPORTDOCS and install docs to DOCSDIR. - Install missing checkdns.css. - Don't install uninstall.sh. PR: ports/105364 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Approved by: maintainer timeout xride (is holder of this pr)
11 lines
360 B
Plaintext
11 lines
360 B
Plaintext
bin/checkdns
|
|
@unexec if cmp -s %D/etc/checkdns.conf-dist %D/etc/checkdns.conf; then rm -f %D/etc/checkdns.conf; fi
|
|
etc/checkdns.conf-dist
|
|
@exec if [ ! -f %D/etc/checkdns.conf ] ; then cp -p %D/%F %B/checkdns.conf; fi
|
|
%%DATADIR%%/checkdns.css
|
|
%%DATADIR%%/lang/english
|
|
%%DATADIR%%/lang/spanish
|
|
%%DATADIR%%/lang/turkish
|
|
@dirrm %%DATADIR%%/lang
|
|
@dirrm %%DATADIR%%
|