diff options
Diffstat (limited to 'net/ehnt')
-rw-r--r-- | net/ehnt/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/ehnt/Makefile b/net/ehnt/Makefile index e9f5655365b6..b98bd1eaf22f 100644 --- a/net/ehnt/Makefile +++ b/net/ehnt/Makefile @@ -7,14 +7,10 @@ PORTNAME= ehnt PORTVERSION= 0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -.if !defined(NO_ASN_DATA) -DISTFILES+= ${PORTNAME}_data-${PORTVERSION}${EXTRACT_SUFX} -.endif MAINTAINER= marck@rinet.ru COMMENT= A simple Cisco NetFlow data collector @@ -24,10 +20,8 @@ USE_PERL5= yes MAN1= ehnt.1 MAN8= ehntserv.8 -.if defined(NO_ASN_DATA) post-extract: ${TOUCH} ${WRKSRC}/asnc.txt -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ehnt ${PREFIX}/bin/ |