mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
f51674ab77
Remove @dir* stuff from pkg-plist. @sample isn't documented properly and isn't up to handling files with non-.sample suffix, so stay away from that part of pkg-plist. ChangeLog: http://www.thekelleys.org.uk/dnsmasq/CHANGELOG
21 lines
889 B
Plaintext
21 lines
889 B
Plaintext
sbin/dnsmasq
|
|
@unexec if cmp -s %D/etc/dnsmasq.conf %D/etc/dnsmasq.conf.example ; then rm -f %D/etc/dnsmasq.conf ; fi
|
|
etc/dnsmasq.conf.example
|
|
@exec if [ ! -f %D/etc/dnsmasq.conf ]; then cp -p %D/%F %B/dnsmasq.conf; fi
|
|
man/man8/dnsmasq.8.gz
|
|
%%DATADIR%%/trust-anchors.conf
|
|
%%EXAMPLESDIR%%/dnslist/dhcp.css
|
|
%%EXAMPLESDIR%%/dnslist/dnslist.pl
|
|
%%EXAMPLESDIR%%/dnslist/dnslist.tt2
|
|
%%EXAMPLESDIR%%/dynamic-dnsmasq/dynamic-dnsmasq.pl
|
|
%%NLS%%share/locale/de/LC_MESSAGES/dnsmasq.mo
|
|
%%NLS%%share/locale/es/LC_MESSAGES/dnsmasq.mo
|
|
%%NLS%%share/locale/fi/LC_MESSAGES/dnsmasq.mo
|
|
%%NLS%%share/locale/fr/LC_MESSAGES/dnsmasq.mo
|
|
%%NLS%%share/locale/id/LC_MESSAGES/dnsmasq.mo
|
|
%%NLS%%share/locale/it/LC_MESSAGES/dnsmasq.mo
|
|
%%NLS%%share/locale/no/LC_MESSAGES/dnsmasq.mo
|
|
%%NLS%%share/locale/pl/LC_MESSAGES/dnsmasq.mo
|
|
%%NLS%%share/locale/pt_BR/LC_MESSAGES/dnsmasq.mo
|
|
%%NLS%%share/locale/ro/LC_MESSAGES/dnsmasq.mo
|