diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-12 13:54:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-12 13:54:40 +0800 |
commit | 975041079fac6ffe359e2b498dcfd273ce7256ca (patch) | |
tree | 39a17994dd95dd216bf91bab7ff9d682940def3f /dns/hesiod | |
parent | 6eae22c499feabd5659bbaf74e0c8c385a5900b1 (diff) | |
download | freebsd-ports-gnome-975041079fac6ffe359e2b498dcfd273ce7256ca.tar.gz freebsd-ports-gnome-975041079fac6ffe359e2b498dcfd273ce7256ca.tar.zst freebsd-ports-gnome-975041079fac6ffe359e2b498dcfd273ce7256ca.zip |
- Stage support
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 |