diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-04-12 11:19:54 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-04-12 11:19:54 +0800 |
commit | 5b6c2d56b65f79da5c865e24f9602f131ec252ed (patch) | |
tree | 524c201d6842eff5c24721bcbdedc274d883b6b1 /net/honeyd/Makefile | |
parent | b281be3dc5d8087634e136f33ba67fad81f7f991 (diff) | |
download | freebsd-ports-gnome-5b6c2d56b65f79da5c865e24f9602f131ec252ed.tar.gz freebsd-ports-gnome-5b6c2d56b65f79da5c865e24f9602f131ec252ed.tar.zst freebsd-ports-gnome-5b6c2d56b65f79da5c865e24f9602f131ec252ed.zip |
PR: 46887
Submitted by: Paulius Bulotas <paulius@kaktusas.org>
Upgrade to 0.4a
Diffstat (limited to 'net/honeyd/Makefile')
-rw-r--r-- | net/honeyd/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index ecc3699b7673..be6a18430c6c 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= honeyd -PORTVERSION= 0.3 +PORTVERSION= 0.4a CATEGORIES= net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ @@ -20,11 +20,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \ --with-libevent=${LOCALBASE} \ --with-pcap -WRKSRC= ${WRKDIR}/${PORTNAME} MAN8= honeyd.8 -# This is necessary to keep auto* from running. -pre-configure: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} - .include <bsd.port.mk> |