diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2011-04-21 04:12:20 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2011-04-21 04:12:20 +0800 |
commit | 34062b2285533b3053d519ba4cbe1a0942f059e4 (patch) | |
tree | 1a98f34276f870283ea4f122f3bf07f8146a1f93 /net/honeyd | |
parent | 349701c1b730dfef00ac6c518b0823b7e45a2bfb (diff) | |
download | freebsd-ports-graphics-34062b2285533b3053d519ba4cbe1a0942f059e4.tar.gz freebsd-ports-graphics-34062b2285533b3053d519ba4cbe1a0942f059e4.tar.zst freebsd-ports-graphics-34062b2285533b3053d519ba4cbe1a0942f059e4.zip |
- Update MASTER_SITES
- Add LICENSE
Diffstat (limited to 'net/honeyd')
-rw-r--r-- | net/honeyd/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index 13c05977c57..917fcebcb07 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -9,8 +9,8 @@ PORTNAME= honeyd PORTVERSION= 1.5c PORTREVISION= 4 CATEGORIES= net -MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \ - http://niels.xtdnet.nl/honeyd/ +MASTER_SITES= http://www.honeyd.org/uploads/ \ + http://www.citi.umich.edu/u/provos/honeyd/ MAINTAINER= skreuzer@FreeBSD.org COMMENT= Simulate virtual network hosts (honeypots) @@ -32,6 +32,8 @@ CONFIGURE_ARGS+= --with-python CONFIGURE_ARGS+= --without-python .endif +LICENSE= GPLv2 + MAN1= honeydctl.1 MAN8= honeyd.8 |