summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-12-13 05:20:42 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-12-13 05:20:42 +0000
commit99aa0b0bdfd4665f15cb1cc84fa6f896f7aa2f6c (patch)
tree9f2757c688dc2bad39306d970acd8579e58f8607 /net-mgmt
parentNote that ntop now uses rcNG and logs to ntop by default. (diff)
Use IANA-assigned radius port rather than the old unofficial one.
Bump PORTREVISION. PR: ports/90268 Submitted by: Victor Sudakov <sudakov@sibptus.tomsk.ru> Approved by: vfom@narod.ru (maintainer)
Notes
Notes: svn path=/head/; revision=151078
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/netmond/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net-mgmt/netmond/Makefile b/net-mgmt/netmond/Makefile
index 60c30ef7dc56..bd7143a982d4 100644
--- a/net-mgmt/netmond/Makefile
+++ b/net-mgmt/netmond/Makefile
@@ -7,6 +7,7 @@
PORTNAME= netmond
PORTVERSION= 2.2b6
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.risp.ru/pub/RinetSoftware/
DISTNAME= netmond-2.2-b6
@@ -15,6 +16,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= vfom@narod.ru
COMMENT= Netmond - IP network monitoring daemon
+USE_REINPLACE= yes
#MK_IFGRAPH= yes
.if defined(MK_IFGRAPH)
@@ -39,6 +41,9 @@ PORTDOCS= README README.ru CHANGES README.port README.port.ru
PKGMESSAGE= ${WRKDIR}/pkg-message
+post-patch:
+ ${REINPLACE_CMD} "s/1645/1812/" ${WRKSRC}/radius.c
+
do-install:
@if pw user show netmon 2>/dev/null ; then \
${ECHO} "User 'netmon' exists." ; \