diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-12-13 13:20:42 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-12-13 13:20:42 +0800 |
commit | 0531f6de2de958538e24b3ae90fe88828d92c20b (patch) | |
tree | e889ca0f31d173532d2332f0d7387af6293fab57 /net-mgmt | |
parent | 8f204db3e71628ab2b97f5a676d0e3063c53c1e2 (diff) | |
download | freebsd-ports-gnome-0531f6de2de958538e24b3ae90fe88828d92c20b.tar.gz freebsd-ports-gnome-0531f6de2de958538e24b3ae90fe88828d92c20b.tar.zst freebsd-ports-gnome-0531f6de2de958538e24b3ae90fe88828d92c20b.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)
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." ; \ |