git: c9f4c589af02 - main - security/softether: cleanup unnecessary CFLAGS & LDFLAGS

Koichiro Iwao meta at FreeBSD.org
Mon Aug 16 06:38:28 UTC 2021


The branch main has been updated by meta:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c9f4c589af0201fc3c0d8d53720c82104ecbad66

commit c9f4c589af0201fc3c0d8d53720c82104ecbad66
Author:     Koichiro Iwao <meta at FreeBSD.org>
AuthorDate: 2021-08-16 06:20:45 +0000
Commit:     Koichiro Iwao <meta at FreeBSD.org>
CommitDate: 2021-08-16 06:36:56 +0000

    security/softether: cleanup unnecessary CFLAGS & LDFLAGS
---
 security/softether/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/security/softether/Makefile b/security/softether/Makefile
index 165d85a3fc8c..3fb96f25697b 100644
--- a/security/softether/Makefile
+++ b/security/softether/Makefile
@@ -34,9 +34,6 @@ PLIST_SUB=	SE_DBDIR="${SE_DBDIR}" SE_LOGDIR="${SE_LOGDIR}" SE_PIDDIR="${SE_PIDDI
 SUB_LIST=	SE_DBDIR="${SE_DBDIR}" SE_LOGDIR="${SE_LOGDIR}" SE_PIDDIR="${SE_PIDDIR}"
 SUB_FILES=	pkg-message vpncmd
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-
 # a pity the source directory has such a naming scheme, but well
 WRKSRC=		${WRKDIR}/v${DISTVERSION}
 


More information about the dev-commits-ports-all mailing list