diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile index c829a27df3f1..cbc35c024f21 100644 --- a/net/tac_plus4/Makefile +++ b/net/tac_plus4/Makefile @@ -1,55 +1,57 @@ PORTNAME= tac_plus PORTVERSION= F4.0.4.28 +PORTREVISION= 1 CATEGORIES= net security MASTER_SITES= ftp://ftp.shrubbery.net/pub/${PORTNAME}/ DISTNAME= tacacs-${PORTVERSION} MAINTAINER= marcus@FreeBSD.org COMMENT= Cisco remote authentication/authorization/accounting server WWW= https://www.cisco.com/en/US/tech/tk59/technologies_tech_note09186a00800946a3.shtml GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USES= bison cpe perl5 libtool USE_PERL5= build 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') CPE_VENDOR= cisco USERS= tacacs GROUPS= tacacs CONFLICTS= ru-tac+ia tac_plus-libradius MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS # check expiration dates against 'expire' field of master.passwd file .if defined(TAC_EXPIRE_MASTER_PASSWD) EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-bb .endif .if exists(/usr/include/skey.h) && !defined(WITHOUT_SKEY) CONFIGURE_ARGS+= --with-skey .else CONFIGURE_ARGS+= --without-skey .endif .if exists(/usr/include/opie.h) && !defined(WITHOUT_OPIE) CPPFLAGS+= -DOPIE LIBS+= -lopie -lmd .endif post-patch: @${REINPLACE_CMD} -e 's|skey_get_algorithm|skeychallenge|g' \ ${WRKSRC}/configure post-install: ${INSTALL_DATA} ${FILESDIR}/tac_plus.conf.example ${STAGEDIR}${PREFIX}/etc @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/tac_plus ${INSTALL_DATA} ${WRKSRC}/users_guide ${STAGEDIR}${PREFIX}/share/doc/tac_plus ${INSTALL_SCRIPT} ${WRKSRC}/tac_convert ${STAGEDIR}${PREFIX}/share/doc/tac_plus .include diff --git a/net/tac_plus4/pkg-plist b/net/tac_plus4/pkg-plist index 3d018ad530ed..48208a6d6107 100644 --- a/net/tac_plus4/pkg-plist +++ b/net/tac_plus4/pkg-plist @@ -1,13 +1,13 @@ bin/tac_pwd %%ETCDIR%%.conf.example include/tacacs.h lib/libtacacs.a lib/libtacacs.so lib/libtacacs.so.1 lib/libtacacs.so.1.0.0 -man/man5/tac_plus.conf.5.gz -man/man8/tac_plus.8.gz -man/man8/tac_pwd.8.gz sbin/tac_plus %%PORTDOCS%%%%DOCSDIR%%/tac_convert %%PORTDOCS%%%%DOCSDIR%%/users_guide +share/man/man5/tac_plus.conf.5.gz +share/man/man8/tac_plus.8.gz +share/man/man8/tac_pwd.8.gz