summaryrefslogtreecommitdiff
path: root/net/pptpclient
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:14:07 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:14:07 +0000
commit93a61d6874669ec2bb1bc7deebc61598e4174442 (patch)
treeb771014812f92756476f174cb7d6d567fc13dbc2 /net/pptpclient
parentAccidental whitespace (diff)
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27423
Diffstat (limited to 'net/pptpclient')
-rw-r--r--net/pptpclient/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/pptpclient/Makefile b/net/pptpclient/Makefile
index 25a55ddaf8b9..bcb6186c740d 100644
--- a/net/pptpclient/Makefile
+++ b/net/pptpclient/Makefile
@@ -1,17 +1,17 @@
# New ports collection makefile for: pptpclient
-# Version required: 1.0.2
# Date created: 19 June 1999
# Whom: John Polstra <jdp@freebsd.org>
#
# $FreeBSD$
#
-DISTNAME= pptp-linux-1.0.2
-PKGNAME= pptpclient-1.0.2
+PORTNAME= pptpclient
+PORTVERSION= 1.0.2
CATEGORIES= net
MASTER_SITES= http://www.pdos.lcs.mit.edu/~cananian/Projects/PPTP/release/ \
ftp://ftp.kddlabs.co.jp/pub/inet/vpn/pptp-linux/ \
ftp://ftp.iks-jena.de/pub/software/linux/net/
+DISTNAME= pptp-linux-1.0.2
MAINTAINER= jdp@freebsd.org