aboutsummaryrefslogtreecommitdiff
path: root/security/softether
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2019-07-10 08:39:18 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2019-07-10 08:39:18 +0000
commitedee73c82a585a180c3e9ef1242bb4085790f9bc (patch)
tree222cab17c0f400db4a52d67548fe96b109231e34 /security/softether
parentff908a486ad132b87b20ae978079e00ca633defc (diff)
downloadports-edee73c82a585a180c3e9ef1242bb4085790f9bc.tar.gz
ports-edee73c82a585a180c3e9ef1242bb4085790f9bc.zip
security/softether: Fix typo in Makefile variable s/SE_DIR/SE_LOGDIR/
and force rebuild. MFH: 2019Q3
Notes
Notes: svn path=/head/; revision=506337
Diffstat (limited to 'security/softether')
-rw-r--r--security/softether/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/softether/Makefile b/security/softether/Makefile
index d0d1982e2dc4..01976529cc57 100644
--- a/security/softether/Makefile
+++ b/security/softether/Makefile
@@ -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|" \