aboutsummaryrefslogtreecommitdiff
path: root/net/pptpclient/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/pptpclient/Makefile')
-rw-r--r--net/pptpclient/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/pptpclient/Makefile b/net/pptpclient/Makefile
index 849759d5bc2a..c398f9bc9a49 100644
--- a/net/pptpclient/Makefile
+++ b/net/pptpclient/Makefile
@@ -1,13 +1,12 @@
-# Created by: John Polstra <jdp@FreeBSD.org>
-
PORTNAME= pptpclient
DISTVERSION= 1.10.0
CATEGORIES= net net-vpn
-MASTER_SITES= SF/${PORTNAME}/pptp/pptp-${PORTVERSION}
+MASTER_SITES= SF/pptpclient/pptp/pptp-${PORTVERSION}
DISTNAME= pptp-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PPTP client for establishing a VPN link with an NT server
+WWW= https://pptpclient.sourceforge.net/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -18,7 +17,7 @@ CFLAGS+= -DUSER_PPP
MAKE_ARGS= CC="${CC}" DEBUG="" OPTIMIZE="${CFLAGS}" PPPD=/usr/sbin/ppp
USE_RC_SUBR= pptp
-PLIST_FILES= share/man/man8/pptp.8.gz sbin/pptp
+PLIST_FILES= sbin/pptp share/man/man8/pptp.8.gz
PORTEXAMPLES= README ppp.conf
OPTIONS_DEFINE= EXAMPLES