aboutsummaryrefslogtreecommitdiff
path: root/security/softether
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2018-11-02 06:50:10 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2018-11-02 06:50:10 +0000
commitb996dd7ebf1001b77a9644f3addfd37d06fb02bc (patch)
tree5ffb45f5175e2d012d9b093a4f8086bcb7d32660 /security/softether
parent02adcf9461999f6ce6c5d2e32349982a4a32772b (diff)
downloadports-b996dd7ebf1001b77a9644f3addfd37d06fb02bc.tar.gz
ports-b996dd7ebf1001b77a9644f3addfd37d06fb02bc.zip
Remove extra character in include path
Approved by: mentors (implicit)
Notes
Notes: svn path=/head/; revision=483775
Diffstat (limited to 'security/softether')
-rw-r--r--security/softether/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/softether/Makefile b/security/softether/Makefile
index c315ae4d39a2..74bd38012f85 100644
--- a/security/softether/Makefile
+++ b/security/softether/Makefile
@@ -43,7 +43,7 @@ LOGDIR?= /var/log/softether
PLIST_SUB= LOGDIR="${LOGDIR}"
SUB_LIST= LOGDIR="${LOGDIR}"
-CPPFLAGS+= -I${LOCALBASE}/includec
+CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
# a pity the source directory has such a naming scheme, but well