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-20 14:30:34 +0000
commit93147d5492249ff905c49f47aa561fd82d9dbebe (patch)
tree5842174dc89702f4efe948c9e9923b1c0a69605e
parentf1bde84a7c189b279aa74f9542c30dab5e0a989f (diff)
downloadports-93147d5492249ff905c49f47aa561fd82d9dbebe.tar.gz
ports-93147d5492249ff905c49f47aa561fd82d9dbebe.zip
security/softether: cleanup unnecessary CFLAGS & LDFLAGS
(cherry picked from commit c9f4c589af0201fc3c0d8d53720c82104ecbad66)
-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}