diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | c87133c16a2706e2e31935f0fbb9ad36f415370c (patch) | |
tree | 6422e8b75172ae95b0161366b1f713fb31711a7a /net/pathchar | |
parent | f473133a811239a33610f5a219dc28385fcc339b (diff) | |
download | FreeBSD-ports-c87133c16a2706e2e31935f0fbb9ad36f415370c.zip FreeBSD-ports-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'net/pathchar')
-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 e60a04c..9ec534b 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 |