diff options
Diffstat (limited to 'net/gnu-radius/Makefile')
-rw-r--r-- | net/gnu-radius/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile index 4c17a2047739..490dba82ecd6 100644 --- a/net/gnu-radius/Makefile +++ b/net/gnu-radius/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ PORTNAME= gnu-radius -PORTVERSION= 1.2.95 +PORTVERSION= 1.3 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} +MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= radius DISTNAME= radius-${PORTVERSION} @@ -23,6 +23,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= # empty +PLIST_SUB= PORTVERSION=${PORTVERSION} + INFO= radius MAN1= radgrep.1 radlast.1 raduse.1 radwho.1 MAN8= builddbm.8 radctl.8 radiusd.8 radping.8 radzap.8 |