diff options
author | steve <steve@FreeBSD.org> | 1999-09-17 18:36:17 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-09-17 18:36:17 +0000 |
commit | 42a6ee4167fed07224a0d328b51dfc13047b8262 (patch) | |
tree | d85c444a505a727fa0e64cba32d90406292eddba /print/html2ps-letter | |
parent | 306a557077e39f10e4220ddee53cce420b628378 (diff) | |
download | FreeBSD-ports-42a6ee4167fed07224a0d328b51dfc13047b8262.zip FreeBSD-ports-42a6ee4167fed07224a0d328b51dfc13047b8262.tar.gz |
Avoid having duplicate package names by adding ${PAPERSIZE} to ${PKGNAME}.
Diffstat (limited to 'print/html2ps-letter')
-rw-r--r-- | print/html2ps-letter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/html2ps-letter/Makefile b/print/html2ps-letter/Makefile index d271c46..c121f2e 100644 --- a/print/html2ps-letter/Makefile +++ b/print/html2ps-letter/Makefile @@ -7,7 +7,7 @@ # DISTNAME= html2ps-1.0b1 -PKGNAME= html2ps-1.0 +PKGNAME= html2ps-${PAPERSIZE}-1.0 CATEGORIES= print www perl5 MASTER_SITES= http://www.tdb.uu.se/~jan/ |