diff options
author | billf <billf@FreeBSD.org> | 2003-04-04 12:07:16 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2003-04-04 12:07:16 +0800 |
commit | 674f912a35c0745c5efddb75c318c281e3103c51 (patch) | |
tree | 4118d1e98cbbd2fa199d94c465204c255f95115d /net-mgmt/flow-tools/Makefile | |
parent | a7d2a4b5f8336d78dafba541afdfcd95548b6a01 (diff) | |
download | freebsd-ports-gnome-674f912a35c0745c5efddb75c318c281e3103c51.tar.gz freebsd-ports-gnome-674f912a35c0745c5efddb75c318c281e3103c51.tar.zst freebsd-ports-gnome-674f912a35c0745c5efddb75c318c281e3103c51.zip |
upgrade to 0.66, takeover maintainership
Approved by: maintainer
Diffstat (limited to 'net-mgmt/flow-tools/Makefile')
-rw-r--r-- | net-mgmt/flow-tools/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/net-mgmt/flow-tools/Makefile b/net-mgmt/flow-tools/Makefile index 12daa088684c..19459c80ce49 100644 --- a/net-mgmt/flow-tools/Makefile +++ b/net-mgmt/flow-tools/Makefile @@ -6,11 +6,11 @@ # PORTNAME= flow-tools -PORTVERSION= 0.62 +PORTVERSION= 0.66 CATEGORIES= net MASTER_SITES= ftp://ftp.eng.oar.net/pub/flow-tools/ -MAINTAINER= .@babolo.ru +MAINTAINER= billf@FreeBSD.org COMMENT= Programs to work with Cisco NetFlow USE_REINPLACE= yes @@ -19,15 +19,14 @@ CONFIGURE_ARGS+=--localstatedir=${PREFIX} MAN1= flow-capture.1 flow-cat.1 flow-dscan.1 flow-expire.1 \ flow-export.1 flow-fanout.1 flow-filter.1 flow-gen.1 \ - flow-header.1 flow-import.1 flow-merge.1 flow-nfilter.1 \ - flow-print.1 flow-receive.1 flow-report.1 flow-send.1 \ - flow-split.1 flow-stat.1 flow-tag.1 flow-tools.1 \ - flow-tools-examples.1 flow-xlate.1 + flow-header.1 flow-import.1 flow-mask.1 flow-merge.1 \ + flow-nfilter.1 flow-print.1 flow-receive.1 \ + flow-report.1 flow-send.1 flow-split.1 flow-stat.1 \ + flow-tag.1 flow-tools.1 flow-tools-examples.1 \ + flow-xlate.1 post-patch: ${TOUCH} -r ${WRKSRC}/configure.in.orig ${WRKSRC}/configure.in - ${TOUCH} -r ${WRKSRC}/configure.orig ${WRKSRC}/configure - ${TOUCH} -r ${WRKSRC}/Makefile.am.orig ${WRKSRC}/Makefile.am ${REINPLACE_CMD}\ -e 's|@localstatedir@/sym/|${PREFIX}/share/flow-tools/|' \ -e 's|@localstatedir@/cfg/|${PREFIX}/etc/flow-tools/|' \ |