mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix wrong path to config file in previous commit.
This commit is contained in:
parent
230dc7f1b2
commit
0d5d952852
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198077
@ -409,7 +409,7 @@ SEDLIST+= -e 's,XX_RADIUS_LIBS_XX,-lradius,' \
|
||||
.elif ${WITH_RADIUS_TYPE:L} == radiusclient
|
||||
LIB_DEPENDS+= radiusclient-ng.2:${PORTSDIR}/net/radiusclient
|
||||
SEDLIST+= -e 's,XX_RADIUS_LIBS_XX,-L${LOCALBASE}/lib -lradiusclient-ng,' \
|
||||
-e 's,^\# (RADIUS_CONFIG_FILE=).*,\1${LOCALBASE}/radiusclient-ng/radiusclient.conf,' \
|
||||
-e 's,^\# (RADIUS_CONFIG_FILE=).*,\1${LOCALBASE}/etc/radiusclient-ng/radiusclient.conf,' \
|
||||
-e 's,^\# (RADIUS_LIB_TYPE=).*,\1RADIUSCLIENTNEW,'
|
||||
.else
|
||||
IGNORE= the variable WITH_RADIUS_TYPE must be either RADLIB or RADIUSCLIENT
|
||||
|
Loading…
Reference in New Issue
Block a user