diff options
author | pav <pav@FreeBSD.org> | 2005-04-18 15:38:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-18 15:38:15 +0800 |
commit | 93451b16ca5dbf60ee4970b3ab1bb71da825c60e (patch) | |
tree | ac65209567517047411f743b141b969e2975c55b /net/honeyd/Makefile | |
parent | e4591e78b69c7415bda7e08e48d82da848b56747 (diff) | |
download | freebsd-ports-gnome-93451b16ca5dbf60ee4970b3ab1bb71da825c60e.tar.gz freebsd-ports-gnome-93451b16ca5dbf60ee4970b3ab1bb71da825c60e.tar.zst freebsd-ports-gnome-93451b16ca5dbf60ee4970b3ab1bb71da825c60e.zip |
- Update to 1.0
PR: ports/79909
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: Yann Berthier <yb@bashibuzuk.net> (maintainer)
Diffstat (limited to 'net/honeyd/Makefile')
-rw-r--r-- | net/honeyd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index 8b4b7c2a78cc..3f1c62c1ebb1 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= honeyd -PORTVERSION= 0.8b +PORTVERSION= 1.0 CATEGORIES= net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \ http://niels.xtdnet.nl/honeyd/ @@ -56,6 +56,8 @@ post-configure: post-install: @${MKDIR} ${DATADIR}/scripts/snmp @cd ${WRKSRC}/scripts && \ + ${INSTALL_DATA} README* INSTALL* kuang2.conf \ + ${DATADIR}/scripts && \ ${INSTALL_SCRIPT} *.pl *.sh ${DATADIR}/scripts @cd ${WRKSRC}/scripts/snmp && \ ${INSTALL_DATA} README default.snmp *.tpl \ |