mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net/radsecproxy: Moved man to share/man
This commit is contained in:
parent
bdab24578f
commit
0798733c75
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= radsecproxy
|
PORTNAME= radsecproxy
|
||||||
DISTVERSION= 1.9.2
|
DISTVERSION= 1.9.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
|
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||||
|
|
||||||
|
@ -17,6 +18,7 @@ CPE_VENDOR= uninett
|
||||||
USE_RC_SUBR= ${PORTNAME}
|
USE_RC_SUBR= ${PORTNAME}
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
|
|
||||||
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
|
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
bin/radsecproxy-conf
|
bin/radsecproxy-conf
|
||||||
bin/radsecproxy-hash
|
bin/radsecproxy-hash
|
||||||
etc/radsecproxy.conf-example
|
etc/radsecproxy.conf-example
|
||||||
man/man8/radsecproxy-hash.8.gz
|
share/man/man8/radsecproxy-hash.8.gz
|
||||||
man/man8/radsecproxy.8.gz
|
share/man/man8/radsecproxy.8.gz
|
||||||
man/man5/radsecproxy.conf.5.gz
|
share/man/man5/radsecproxy.conf.5.gz
|
||||||
sbin/radsecproxy
|
sbin/radsecproxy
|
||||||
|
|
Loading…
Add table
Reference in a new issue