diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-12 05:54:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-12 05:54:40 +0000 |
commit | 95f6590f3598c8653dce285177d65c22be484c6f (patch) | |
tree | 39a17994dd95dd216bf91bab7ff9d682940def3f /dns/hesiod | |
parent | ef27f66125945adfff186453bfdffbb02e832a46 (diff) | |
download | ports-95f6590f3598c8653dce285177d65c22be484c6f.tar.gz ports-95f6590f3598c8653dce285177d65c22be484c6f.zip |
Notes
Diffstat (limited to 'dns/hesiod')
-rw-r--r-- | dns/hesiod/Makefile | 11 | ||||
-rw-r--r-- | dns/hesiod/pkg-plist | 17 |
2 files changed, 17 insertions, 11 deletions
diff --git a/dns/hesiod/Makefile b/dns/hesiod/Makefile index fb96d5e2e685..054250884073 100644 --- a/dns/hesiod/Makefile +++ b/dns/hesiod/Makefile @@ -22,17 +22,6 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= hesinfo.1 -MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \ - hesiod_free_passwd.3 hesiod_free_postoffice.3 \ - hesiod_free_servent.3 hesiod_getmailhost.3 \ - hesiod_getpwnam.3 hesiod_getpwuid.3 \ - hesiod_getservbyname.3 hesiod_init.3 \ - hesiod_resolve.3 hesiod_to_bind.3 \ - hesiod_free_string.3 hesiod_parse_result.3 -MAN5= hesiod.conf.5 - -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIDN} diff --git a/dns/hesiod/pkg-plist b/dns/hesiod/pkg-plist index d3e7fa091b42..061470bcf311 100644 --- a/dns/hesiod/pkg-plist +++ b/dns/hesiod/pkg-plist @@ -5,3 +5,20 @@ lib/libhesiod.la lib/libhesiod.so lib/libhesiod.so.0 libdata/pkgconfig/hesiod.pc +man/man1/hesinfo.1.gz +man/man3/hesiod.3.gz +man/man3/hesiod_end.3.gz +man/man3/hesiod_free_list.3.gz +man/man3/hesiod_free_passwd.3.gz +man/man3/hesiod_free_postoffice.3.gz +man/man3/hesiod_free_servent.3.gz +man/man3/hesiod_free_string.3.gz +man/man3/hesiod_getmailhost.3.gz +man/man3/hesiod_getpwnam.3.gz +man/man3/hesiod_getpwuid.3.gz +man/man3/hesiod_getservbyname.3.gz +man/man3/hesiod_init.3.gz +man/man3/hesiod_parse_result.3.gz +man/man3/hesiod_resolve.3.gz +man/man3/hesiod_to_bind.3.gz +man/man5/hesiod.conf.5.gz |