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/ppxp/Makefile | |
parent | Accidental whitespace (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
Diffstat (limited to 'net/ppxp/Makefile')
-rw-r--r-- | net/ppxp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ppxp/Makefile b/net/ppxp/Makefile index 0478b1e8b9c4..6ef4e8935cb6 100644 --- a/net/ppxp/Makefile +++ b/net/ppxp/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: ppxp -# Version required: 0.99120923 # Date created: 24 Dec 1999 # Whom: Norio Suzuki <nosuzuki@e-mail.ne.jp> # KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp> @@ -8,7 +7,8 @@ # $FreeBSD$ # -DISTNAME= ppxp-0.99120923 +PORTNAME= ppxp +PORTVERSION= 0.99120923 CATEGORIES= net tk82 .if defined(USE_TCLJP) CATEGORIES+= japanese |