diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-20 14:54:33 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-20 17:15:02 +0000 |
commit | f8124e09d0af808182758cc0d5d6a3e65f87879b (patch) | |
tree | f1a4440704d87c69bf368f71800e359cfc7ad7bb | |
parent | e847aa6de9820bc5b06f2ae7216d36221c77fbf6 (diff) | |
download | ports-f8124e09d0af808182758cc0d5d6a3e65f87879b.tar.gz ports-f8124e09d0af808182758cc0d5d6a3e65f87879b.zip |
net/honeyd: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | net/honeyd/Makefile | 3 | ||||
-rw-r--r-- | net/honeyd/pkg-plist | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index 849ff0abfeab..4c9f498dd03d 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -1,6 +1,6 @@ PORTNAME= honeyd PORTVERSION= 1.5c -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net MASTER_SITES= http://www.honeyd.org/uploads/ \ http://www.citi.umich.edu/u/provos/honeyd/ @@ -22,6 +22,7 @@ USES= libedit libtool shebangfix SHEBANG_FILES= scripts/*.pl scripts/snmp/*.pl USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \ --with-libevent=${LOCALBASE} diff --git a/net/honeyd/pkg-plist b/net/honeyd/pkg-plist index 39a42122b575..4081057fdea3 100644 --- a/net/honeyd/pkg-plist +++ b/net/honeyd/pkg-plist @@ -7,8 +7,6 @@ include/honeyd/hooks.h include/honeyd/plugins.h include/honeyd/plugins_config.h lib/honeyd/libhoneyd.so -man/man1/honeydctl.1.gz -man/man8/honeyd.8.gz %%DATADIR%%/README %%DATADIR%%/config.ethernet %%DATADIR%%/config.sample @@ -60,3 +58,5 @@ man/man8/honeyd.8.gz %%DATADIR%%/scripts/kuang2.conf %%DATADIR%%/scripts/smtp.pl %%DATADIR%%/scripts/proxy.pl +share/man/man1/honeydctl.1.gz +share/man/man8/honeyd.8.gz |