aboutsummaryrefslogtreecommitdiff
path: root/net/pptpclient
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2015-02-05 19:37:20 +0000
committerTim Bishop <tdb@FreeBSD.org>2015-02-05 19:37:20 +0000
commitb1f5eb34b4dd1af21649c9ec3c1abfb26ac20f8d (patch)
treede74b0f191d7c19ef98741a27588e605e0c939e3 /net/pptpclient
parent121c754e4441575bb96812ed803bc731975656eb (diff)
downloadports-b1f5eb34b4dd1af21649c9ec3c1abfb26ac20f8d.tar.gz
ports-b1f5eb34b4dd1af21649c9ec3c1abfb26ac20f8d.zip
Notes
Diffstat (limited to 'net/pptpclient')
-rw-r--r--net/pptpclient/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/pptpclient/Makefile b/net/pptpclient/Makefile
index 2a0cd1a5d3cf..6735b2c27213 100644
--- a/net/pptpclient/Makefile
+++ b/net/pptpclient/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pptpclient
PORTVERSION= 1.8.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/pptp/pptp-${PORTVERSION}
DISTNAME= pptp-${PORTVERSION}
@@ -13,7 +14,8 @@ COMMENT= PPTP client for establishing a VPN link with an NT server
LICENSE= GPLv2 # (or later)
USES= perl5
-MAKE_ARGS= CC="${CC}" OPTIMIZE="${CFLAGS}" DEBUG="" PPPD="/usr/sbin/ppp"
+MAKE_ARGS= CC="${CC}" OPTIMIZE="${CFLAGS}" DEBUG="" \
+ PPPD="/usr/sbin/ppp" IP="/usr/bin/true"
CFLAGS+= -DUSER_PPP
PLIST_FILES= sbin/pptp man/man8/pptp.8.gz