diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-17 18:36:17 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-17 18:36:17 +0000 |
commit | 816b1ad5f056ba32cbf7c15ea27e6c7b644a2c35 (patch) | |
tree | 0edf4fcc5f2438ce64162e87b880e752dbfaeaaa /print | |
parent | Now that we don't expand $Id$ tags anymore, but back the author's tag. (diff) |
Avoid having duplicate package names by adding ${PAPERSIZE} to ${PKGNAME}.
Notes
Notes:
svn path=/head/; revision=21693
Diffstat (limited to 'print')
-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 d271c46f0abf..c121f2e160cc 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/ |