diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-10-10 20:28:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-10-10 20:28:47 +0000 |
commit | ea949f81cb5b4624bea0908bee05d9e21be19a3e (patch) | |
tree | 11550ff1af58139ce99650a867fed47190c4c94f /net/tac_plus4/Makefile | |
parent | c27f69ba7f6c40b536a239c95b970de039ec3fc4 (diff) | |
download | ports-ea949f81cb5b4624bea0908bee05d9e21be19a3e.tar.gz ports-ea949f81cb5b4624bea0908bee05d9e21be19a3e.zip |
Notes
Diffstat (limited to 'net/tac_plus4/Makefile')
-rw-r--r-- | net/tac_plus4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile index 7c6732dc5692..ebe25fbf566f 100644 --- a/net/tac_plus4/Makefile +++ b/net/tac_plus4/Makefile @@ -6,10 +6,10 @@ # PORTNAME= tac_plus -PORTVERSION= F4.0.4.18 +PORTVERSION= F4.0.4.19 CATEGORIES= net security MASTER_SITES= ftp://ftp.shrubbery.net/pub/tac_plus/ -DISTNAME= tacacs+-F4.0.4.18 +DISTNAME= tacacs+-F4.0.4.19 MAINTAINER= marcus@FreeBSD.org COMMENT= The Cisco remote authentication/authorization/accounting server @@ -17,6 +17,7 @@ COMMENT= The Cisco remote authentication/authorization/accounting server USE_PERL5_BUILD=yes GNU_CONFIGURE= yes USE_RC_SUBR= tac_plus +USE_LDCONFIG= yes CONFIGURE_ARGS= --with-groupid=$$(/usr/bin/id -g tacacs 2>/dev/null || echo '559') \ --with-userid=$$(/usr/bin/id -u tacacs 2>/dev/null || echo '559') |