diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
commit | d38f7d91c87848913d7b9b0866087c3f5f3b5dff (patch) | |
tree | f40aa0fae836f0a8866249f7237e61d83b9feafd /print/c2ps-letter | |
parent | f39d3f29e6126cdc0a2f27d2b70c8d6667774330 (diff) | |
download | ports-d38f7d91c87848913d7b9b0866087c3f5f3b5dff.tar.gz ports-d38f7d91c87848913d7b9b0866087c3f5f3b5dff.zip |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27421
Diffstat (limited to 'print/c2ps-letter')
-rw-r--r-- | print/c2ps-letter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/c2ps-letter/Makefile b/print/c2ps-letter/Makefile index 9dcbf55f55eb..d5edc66a25bc 100644 --- a/print/c2ps-letter/Makefile +++ b/print/c2ps-letter/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: c2ps (letter) -# Version required: 4.0 # Date created: 19 March 1997 # Whom: Matthew Hunt <mph@pobox.com> # # $FreeBSD$ # -DISTNAME= c2ps-4.0 -PKGNAME= c2ps-${PAPERSIZE}-4.0 +PORTNAME= c2ps-${PAPERSIZE} +PORTVERSION= 4.0 CATEGORIES= print MASTER_SITES= http://www.cs.technion.ac.il/users/c2ps/ +DISTNAME= c2ps-${PORTVERSION} MAINTAINER= mph@freebsd.org |