mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
3d50f7053c
- Update WWW to new location [1] - Switch to GNU_CONFIGURE so that PREFIX is properly respected on install, when not set to LOCALBASE PR: ports/170817 [1] Submitted by: Stefan Caunter <stef@scaleengine.com> (maintainer)
78 lines
2.1 KiB
Plaintext
78 lines
2.1 KiB
Plaintext
bin/gdnsd_geoip_test
|
|
@unexec if cmp -s %D/%%ETCDIR%%/config-dist %D/%%ETCDIR%%/config; then rm -f %D/%%ETCDIR%%/config; fi
|
|
%%ETCDIR%%/config-dist
|
|
@exec if [ ! -f %D/%%ETCDIR%%/config ] ; then cp -p %D/%F %B/config; fi
|
|
%%ETCDIR%%/example.com
|
|
@dirrmtry %%ETCDIR%%
|
|
include/gdnsd-compiler.h
|
|
include/gdnsd-dmn.h
|
|
include/gdnsd-dname.h
|
|
include/gdnsd-ev.h
|
|
include/gdnsd-log.h
|
|
include/gdnsd-misc.h
|
|
include/gdnsd-monio.h
|
|
include/gdnsd-net.h
|
|
include/gdnsd-plugapi.h
|
|
include/gdnsd-plugin.h
|
|
include/gdnsd-satom.h
|
|
include/gdnsd-vscf.h
|
|
%%DOCSDIR%%/gdnsd-plugin-multifo.pod
|
|
%%DOCSDIR%%/gdnsd-plugin-geoip.pod
|
|
%%DOCSDIR%%/gdnsd-plugin-metafo.txt
|
|
%%DOCSDIR%%/gdnsd_geoip_test.pod
|
|
%%DOCSDIR%%/gdnsd-plugin-simplefo.txt
|
|
%%DOCSDIR%%/gdnsd.zonefile.pod
|
|
%%DOCSDIR%%/COPYING
|
|
%%DOCSDIR%%/gdnsd.config.pod
|
|
%%DOCSDIR%%/gdnsd_manual.pod
|
|
%%DOCSDIR%%/gdnsd.txt
|
|
%%DOCSDIR%%/gdnsd-plugin-api.pod
|
|
%%DOCSDIR%%/gdnsd-plugin-weighted.txt
|
|
%%DOCSDIR%%/AUTHORS
|
|
%%DOCSDIR%%/gdnsd-plugin-simplefo.pod
|
|
%%DOCSDIR%%/README.md
|
|
%%DOCSDIR%%/gdnsd_geoip_test.txt
|
|
%%DOCSDIR%%/gdnsd-plugin-metafo.pod
|
|
%%DOCSDIR%%/gdnsd-plugin-geoip.txt
|
|
%%DOCSDIR%%/gdnsd-plugin-multifo.txt
|
|
%%DOCSDIR%%/config.example
|
|
%%DOCSDIR%%/gdnsd.zonefile.txt
|
|
%%DOCSDIR%%/gdnsd_manual.txt
|
|
%%DOCSDIR%%/gdnsd.config.txt
|
|
%%DOCSDIR%%/example.com
|
|
%%DOCSDIR%%/gdnsd-plugin-api.txt
|
|
%%DOCSDIR%%/ChangeLog
|
|
%%DOCSDIR%%/gdnsd-plugin-weighted.pod
|
|
%%DOCSDIR%%/gdnsd.pod
|
|
%%DOCSDIR%%/INSTALL
|
|
lib/gdnsd/libgdnsd.la
|
|
lib/gdnsd/libgdnsd.so
|
|
lib/gdnsd/plugin_geoip.la
|
|
lib/gdnsd/plugin_geoip.so
|
|
lib/gdnsd/plugin_http_status.la
|
|
lib/gdnsd/plugin_http_status.so
|
|
lib/gdnsd/plugin_metafo.la
|
|
lib/gdnsd/plugin_metafo.so
|
|
lib/gdnsd/plugin_multifo.la
|
|
lib/gdnsd/plugin_multifo.so
|
|
lib/gdnsd/plugin_null.la
|
|
lib/gdnsd/plugin_null.so
|
|
lib/gdnsd/plugin_reflect.la
|
|
lib/gdnsd/plugin_reflect.so
|
|
lib/gdnsd/plugin_simplefo.la
|
|
lib/gdnsd/plugin_simplefo.so
|
|
lib/gdnsd/plugin_static.la
|
|
lib/gdnsd/plugin_static.so
|
|
lib/gdnsd/plugin_tcp_connect.la
|
|
lib/gdnsd/plugin_tcp_connect.so
|
|
lib/gdnsd/plugin_weighted.la
|
|
lib/gdnsd/plugin_weighted.so
|
|
@dirrm %%DOCSDIR%%/
|
|
@dirrm lib/gdnsd
|
|
sbin/gdnsd
|
|
@exec mkdir -p %D/var/gdnsd
|
|
@dirrm var/gdnsd
|
|
@exec mkdir -p %D/etc/gdnsd
|
|
@dirrmtry etc/gdnsd
|
|
@stopdaemon gdnsd
|