diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-04-16 23:15:46 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-04-16 23:15:46 +0000 |
commit | d5440121d1adee530173b10618df279e2bd4ead6 (patch) | |
tree | cd07f19edb92d4875a7b08aa28e85c7a74dff6e3 /net | |
parent | 6f833abd84331b66061cb1b4f4f2574bd06e03d0 (diff) | |
download | ports-d5440121d1adee530173b10618df279e2bd4ead6.tar.gz ports-d5440121d1adee530173b10618df279e2bd4ead6.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/honeyd/Makefile | 3 | ||||
-rw-r--r-- | net/honeyd/distinfo | 4 | ||||
-rw-r--r-- | net/honeyd/pkg-plist | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index 106c7bdb8652..1a1576953878 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= honeyd -PORTVERSION= 0.8 +PORTVERSION= 0.8a CATEGORIES= net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \ http://niels.xtdnet.nl/honeyd/ @@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --with-python CONFIGURE_ARGS+= --without-python .endif +MAN1= honeydctl.1 MAN8= honeyd.8 .if !defined(WITH_PYTHON) diff --git a/net/honeyd/distinfo b/net/honeyd/distinfo index 34de95a8cc55..4149eb6b6fa4 100644 --- a/net/honeyd/distinfo +++ b/net/honeyd/distinfo @@ -1,2 +1,2 @@ -MD5 (honeyd-0.8.tar.gz) = d8d3692176d2f78841f7a3384ccb0b73 -SIZE (honeyd-0.8.tar.gz) = 440264 +MD5 (honeyd-0.8a.tar.gz) = 4f34e78484abc8c162aa14e37e84f9a0 +SIZE (honeyd-0.8a.tar.gz) = 509944 diff --git a/net/honeyd/pkg-plist b/net/honeyd/pkg-plist index e846a8bb0113..783dc079dc39 100644 --- a/net/honeyd/pkg-plist +++ b/net/honeyd/pkg-plist @@ -1,5 +1,6 @@ @comment $FreeBSD$ bin/honeyd +bin/honeydctl include/honeyd/debug.h include/honeyd/hooks.h include/honeyd/plugins.h @@ -12,7 +13,9 @@ lib/honeyd/libhoneyd.so %%DATADIR%%/nmap.prints %%DATADIR%%/xprobe2.conf %%DATADIR%%/config.sample +%%DATADIR%%/config.ethernet %%DATADIR%%/pf.os +%%DATADIR%%/scripts/mydoom.pl %%DATADIR%%/scripts/proxy.pl %%DATADIR%%/scripts/router-telnet.pl %%DATADIR%%/scripts/smtp.pl |