diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
commit | cc971f61f67924ed1af2b68376cb76994093f6a8 (patch) | |
tree | 6e705d3b31045e5425f91a8abbb4e249861d0a82 /print/pstotext | |
parent | a1931f5282c2b9def20d1e9549d5eaa664f1bcdc (diff) | |
download | FreeBSD-ports-cc971f61f67924ed1af2b68376cb76994093f6a8.zip FreeBSD-ports-cc971f61f67924ed1af2b68376cb76994093f6a8.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'print/pstotext')
-rw-r--r-- | print/pstotext/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/pstotext/Makefile b/print/pstotext/Makefile index 1f1d06a..759349a 100644 --- a/print/pstotext/Makefile +++ b/print/pstotext/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: pstotext -# Version required: 2.1 # Date created: December 6, 1999 # Whom: Oliver Breuninger <ob@seicom.NET> # # $FreeBSD$ # -DISTNAME= pstotext -PKGNAME= pstotext-2.1 +PORTNAME= pstotext +PORTVERSION= 2.1 CATEGORIES= print MASTER_SITES= http://www.research.digital.com/SRC/virtualpaper/cgi-bin/nph-download.tcl/pstotext.tar.Z?object=pstotext +DISTNAME= pstotext EXTRACT_SUFX= .tar.Z MAINTAINER= ob@seicom.NET |