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/pathchar/Makefile | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) | |
download | ports-93a61d6874669ec2bb1bc7deebc61598e4174442.tar.gz ports-93a61d6874669ec2bb1bc7deebc61598e4174442.zip |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
Diffstat (limited to 'net/pathchar/Makefile')
-rw-r--r-- | net/pathchar/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/pathchar/Makefile b/net/pathchar/Makefile index e60a04cff326..9ec534b704c4 100644 --- a/net/pathchar/Makefile +++ b/net/pathchar/Makefile @@ -1,20 +1,20 @@ # ex:ts=8 # Ports collection makefile for: pathchar -# Version required: 0.0 # Date created: 7 November 1998 # Whom: Josh Gilliam <josh@quick.net> # # $FreeBSD$ # -DISTNAME= pathchar-a1-freebsd-3.0 -PKGNAME= pathchar-a1 +PORTNAME= pathchar +PORTVERSION= a1 CATEGORIES= net MASTER_SITES= ftp://ftp.ee.lbl.gov/pathchar/ \ http://www.caida.org/Tools/Pathchar/ \ http://www.fips.de/Computer/woman/ \ http://sitka.triumf.ca/net/ \ http://people.FreeBSD.org/~obrien/Distfiles/ +DISTNAME= pathchar-a1-freebsd-3.0 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} pathcharnotes.html pathchar.8 \ pathchar.mantxt |