diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/pptpclient | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) |
Notes
Diffstat (limited to 'net/pptpclient')
-rw-r--r-- | net/pptpclient/Makefile | 6 |
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 |