diff options
| author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
|---|---|---|
| committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
| commit | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (patch) | |
| tree | d111af8805f53a860dcffea8daeb8e9837238499 /textproc/par | |
| parent | f7e02694169756b47f76eb898606fb4b51b87123 (diff) | |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'textproc/par')
| -rw-r--r-- | textproc/par/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/par/Makefile b/textproc/par/Makefile index 37795d33fac2..ca79a9bf3801 100644 --- a/textproc/par/Makefile +++ b/textproc/par/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: Par -# Version required: 1.50 # Date created: 6 Aug 1997 # Whom: mark@grondar.za # # $FreeBSD$ # -DISTNAME= Par150 -PKGNAME= par-1.50 +PORTNAME= par +PORTVERSION= 1.50 CATEGORIES= textproc MASTER_SITES= http://www.cs.berkeley.edu/~amc/Par/ +DISTNAME= Par150 MAINTAINER= mark@grondar.za |
