svn commit: r483775 - head/security/softether

Koichiro Iwao meta at FreeBSD.org
Fri Nov 2 06:50:11 UTC 2018


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


More information about the svn-ports-all mailing list