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/poptop | |
parent | Accidental whitespace (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
Diffstat (limited to 'net/poptop')
-rw-r--r-- | net/poptop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/poptop/Makefile b/net/poptop/Makefile index 026a0f8934d2..d8059b7e5bbf 100644 --- a/net/poptop/Makefile +++ b/net/poptop/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: poptop -# Version required: 1.0.0 # Date created: 04 October 1999 # Whom: Nick Sayer <nsayer@freebsd.org> # # $FreeBSD$ # -DISTNAME= pptpd-1.0.0 -PKGNAME= poptop-1.0.0 +PORTNAME= pptpd +PORTVERSION= 1.0.0 CATEGORIES= net MASTER_SITES= http://www.moretonbay.com/vpn/releases/ +DISTNAME= pptpd-1.0.0 EXTRACT_SUFX= .tgz MAINTAINER= nsayer@freebsd.org |