diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-17 14:26:59 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-17 14:26:59 +0000 |
commit | b501cd1817d95290704cf79da857ee835fa54fab (patch) | |
tree | 5b0deef1f42b598f0380866b21ab1b8efea618a6 /net/gnu-radius/Makefile | |
parent | 2b321b0d23df2e4f79e029fc0099549ef10e5da2 (diff) |
Notes
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 b6f3a7cc063c..161dd380a0b2 100644 --- a/net/gnu-radius/Makefile +++ b/net/gnu-radius/Makefile @@ -5,12 +5,13 @@ # $FreeBSD$ PORTNAME= gnu-radius -PORTVERSION= 0.96.4 +PORTVERSION= 1.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= radius +DISTNAME= radius-1.0 -MAINTAINER= lance@evitel.net +MAINTAINER= lance@merlin.net.ua COMMENT= GNU RADIUS server #MAKEFILE= Makefile @@ -18,6 +19,7 @@ COMMENT= GNU RADIUS server USE_SUBMAKE= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= # empty MAN1= radgrep.1 radlast.1 raduse.1 radwho.1 MAN8= builddbm.8 radctl.8 radiusd.8 radping.8 radzap.8 |