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/html2ps-letter | |
parent | f39d3f29e6126cdc0a2f27d2b70c8d6667774330 (diff) | |
download | freebsd-ports-d38f7d91c87848913d7b9b0866087c3f5f3b5dff.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'print/html2ps-letter')
-rw-r--r-- | print/html2ps-letter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/html2ps-letter/Makefile b/print/html2ps-letter/Makefile index c121f2e160cc..1c26d3441e3c 100644 --- a/print/html2ps-letter/Makefile +++ b/print/html2ps-letter/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: html2ps-letter -# Version required: 1.0b1 # Date created: Sat Nov 22 12:54:50 CET 1997 # Whom: andreas # # $FreeBSD$ # -DISTNAME= html2ps-1.0b1 -PKGNAME= html2ps-${PAPERSIZE}-1.0 +PORTNAME= html2ps-${PAPERSIZE} +PORTVERSION= 1.0 CATEGORIES= print www perl5 MASTER_SITES= http://www.tdb.uu.se/~jan/ +DISTNAME= html2ps-1.0b1 MAINTAINER= andreas@FreeBSD.org |