summaryrefslogtreecommitdiffstats
path: root/net/ehnt
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2003-03-03 18:06:54 +0000
committeryar <yar@FreeBSD.org>2003-03-03 18:06:54 +0000
commitaab8d3de4b9b030a6461387cd98b0109e7025f57 (patch)
treeea6a7cc44e8ffcdddbd30041ba8c53b38678d060 /net/ehnt
parentc8a02e360f4c297340f44fac255aa939bb023f8a (diff)
downloadFreeBSD-ports-aab8d3de4b9b030a6461387cd98b0109e7025f57.zip
FreeBSD-ports-aab8d3de4b9b030a6461387cd98b0109e7025f57.tar.gz
It's a maintainer update. The message from the maintainer:
New package building process disallows additional fetching of any additional files during port build process. Due to permanent changes in routing registry databases, it's wise for me to simply force to build package without possibly stale AS-numbers info. PR: ports/48632 Submitted by: Dmitry Morozovsky <marck@rinet.ru> -- MAINTAINER
Diffstat (limited to 'net/ehnt')
-rw-r--r--net/ehnt/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/net/ehnt/Makefile b/net/ehnt/Makefile
index e9f5655..b98bd1e 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/
OpenPOWER on IntegriCloud