diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-13 05:20:42 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-13 05:20:42 +0000 |
commit | 99aa0b0bdfd4665f15cb1cc84fa6f896f7aa2f6c (patch) | |
tree | 9f2757c688dc2bad39306d970acd8579e58f8607 /net-mgmt | |
parent | e99d6de69203c5ba4bfa7c3df48b3269791585bd (diff) | |
download | ports-99aa0b0bdfd4665f15cb1cc84fa6f896f7aa2f6c.tar.gz ports-99aa0b0bdfd4665f15cb1cc84fa6f896f7aa2f6c.zip |
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/Makefile | 5 |
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." ; \ |