diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2015-02-05 19:37:20 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2015-02-05 19:37:20 +0000 |
commit | b1f5eb34b4dd1af21649c9ec3c1abfb26ac20f8d (patch) | |
tree | de74b0f191d7c19ef98741a27588e605e0c939e3 /net | |
parent | 121c754e4441575bb96812ed803bc731975656eb (diff) | |
download | ports-b1f5eb34b4dd1af21649c9ec3c1abfb26ac20f8d.tar.gz ports-b1f5eb34b4dd1af21649c9ec3c1abfb26ac20f8d.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/pptpclient/Makefile | 4 |
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 |