1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

security/softether: Fix typo in Makefile variable s/SE_DIR/SE_LOGDIR/

and force rebuild.

MFH:		2019Q3
This commit is contained in:
Koichiro Iwao 2019-07-10 08:39:18 +00:00
parent ff908a486a
commit edee73c82a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506337

View File

@ -2,7 +2,7 @@
PORTNAME= softether
DISTVERSION= 4.29-9680
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= https://www.softether-download.com/files/softether/v${DISTVERSION}-rtm-2019.02.28-tree/Source_Code/
DISTNAME= ${PORTNAME}-src-v${DISTVERSION}-rtm
@ -75,7 +75,7 @@ post-patch:
-e "s|@save_binary|${SE_DBDIR}/save_binary|" \
-e "s|@lang|${SE_DBDIR}/lang|" \
-e "s|@azureserver|${SE_DBDIR}/azureserver|" \
-e "s|@server_log|${SE_DIR}/server|" \
-e "s|@server_log|${SE_LOGDIR}/server|" \
-e "s|@security_log|${SE_LOGDIR}/security|" \
-e "s|@packet_log|${SE_LOGDIR}/packet|" \
-e "s|@secure_nat_log|${SE_LOGDIR}/secure_nat|" \