aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2021-08-16 06:20:45 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2021-08-16 06:36:56 +0000
commitc9f4c589af0201fc3c0d8d53720c82104ecbad66 (patch)
tree8f096c9d1cf1608e5b16ef22e8b9cbc3667d9b7e
parent64bacee2d232289708daa7d3a3d56c8a8f9f4b9b (diff)
downloadports-c9f4c589af0201fc3c0d8d53720c82104ecbad66.tar.gz
ports-c9f4c589af0201fc3c0d8d53720c82104ecbad66.zip
security/softether: cleanup unnecessary CFLAGS & LDFLAGS
-rw-r--r--security/softether/Makefile3
1 files changed, 0 insertions, 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}