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/honeyd/Makefile | |
parent | 6f833abd84331b66061cb1b4f4f2574bd06e03d0 (diff) |
- Update to 0.8a
PR: 65639
Submitted by: Yann Berthier <yb@sainte-barbe.org> (maintainer
Notes
Notes:
svn path=/head/; revision=107283
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) |