Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2018 06:50:11 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483775 - head/security/softether
Message-ID:  <201811020650.wA26oBqq097973@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Fri Nov  2 06:50:10 2018
New Revision: 483775
URL: https://svnweb.freebsd.org/changeset/ports/483775

Log:
  Remove extra character in include path
  
  Approved by:	mentors (implicit)

Modified:
  head/security/softether/Makefile

Modified: head/security/softether/Makefile
==============================================================================
--- head/security/softether/Makefile	Fri Nov  2 06:31:22 2018	(r483774)
+++ head/security/softether/Makefile	Fri Nov  2 06:50:10 2018	(r483775)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811020650.wA26oBqq097973>