From bce08e2ae1c03b731189deefe4bd9d5376efaf47 Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Mon, 12 Aug 2002 06:33:14 +0000 Subject: - Update to 0.3 - Fix typo in maintainer email address - Also use LOCALBASE to pass to configure the location of dependencies instead of PREFIX PR: ports/41563 Submitted by: maintainer --- net/honeyd/Makefile | 8 ++++---- net/honeyd/distinfo | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'net/honeyd') diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index 985f3e215db4..cc37e088d754 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -6,18 +6,18 @@ # PORTNAME= honeyd -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ -MAINTAINER= dominc_marks@btinternet.com +MAINTAINER= dominic_marks@btinternet.com BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libdnet=${PREFIX} \ - --with-libevent=${PREFIX} \ +CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \ + --with-libevent=${LOCALBASE} \ --with-pcap WRKSRC= ${WRKDIR}/${PORTNAME} MAN8= honeyd.8 diff --git a/net/honeyd/distinfo b/net/honeyd/distinfo index 33b05ac024f0..8cbca756f6fd 100644 --- a/net/honeyd/distinfo +++ b/net/honeyd/distinfo @@ -1 +1 @@ -MD5 (honeyd-0.2.tar.gz) = 4ce368e4e73254642297c8525fa5f1ae +MD5 (honeyd-0.3.tar.gz) = 027c507bb165bea70403309e4445c601 -- cgit v1.2.3