diff options
Diffstat (limited to 'net/honeyd/Makefile')
-rw-r--r-- | net/honeyd/Makefile | 3 |
1 files changed, 2 insertions, 1 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) |