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/mp-letter/Makefile | |
parent | a1931f5282c2b9def20d1e9549d5eaa664f1bcdc (diff) | |
download | FreeBSD-ports-cc971f61f67924ed1af2b68376cb76994093f6a8.zip FreeBSD-ports-cc971f61f67924ed1af2b68376cb76994093f6a8.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'print/mp-letter/Makefile')
-rw-r--r-- | print/mp-letter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/mp-letter/Makefile b/print/mp-letter/Makefile index df02b7c..384a4ac 100644 --- a/print/mp-letter/Makefile +++ b/print/mp-letter/Makefile @@ -1,17 +1,17 @@ # ex:ts=8 # Ports collection makefile for: mp (letter) -# Version required: 0.0 # Date created: 11 July 1996 # Whom: David O'Brien <obrien@cs.ucdavis.edu> # # $FreeBSD$ # -DISTNAME= mp-3.0.1 -PKGNAME= mp-${PAPERSIZE}-3.0.1 +PORTNAME= mp-${PAPERSIZE} +PORTVERSION= 3.0.1 CATEGORIES= print MASTER_SITES= ftp://ftp.NUXI.com/pub/misc/ \ ftp://ftp.win.tue.nl/pub/mail/ +DISTNAME= mp-3.0.1 MAINTAINER= obrien@FreeBSD.org |