diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-07-28 15:57:55 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-07-28 15:57:55 +0000 |
commit | e9a2c0a4b110090e8f740e04c16aeb0ebbecf5c6 (patch) | |
tree | 0e6c0728504c7740f94b6bf02b1253d62f1880d6 /print | |
parent | 0cb776ae4d2af81d28b0becf74568a2d1427eea2 (diff) | |
download | ports-e9a2c0a4b110090e8f740e04c16aeb0ebbecf5c6.tar.gz ports-e9a2c0a4b110090e8f740e04c16aeb0ebbecf5c6.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps-letter/Makefile | 2 | ||||
-rw-r--r-- | print/dvips2ascii/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/a2ps-letter/Makefile b/print/a2ps-letter/Makefile index 50e611478ed0..90453f5e445b 100644 --- a/print/a2ps-letter/Makefile +++ b/print/a2ps-letter/Makefile @@ -19,7 +19,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${I18N_PACKAGE}${EXTRACT_SUFX} .endif MAINTAINER= dinoex@FreeBSD.org -COMMENT= Formats an ascii file for printing on a postscript printer +COMMENT= Formats an ASCII file for printing on a postscript printer LICENSE= GPLv2 diff --git a/print/dvips2ascii/Makefile b/print/dvips2ascii/Makefile index 6163ae88437d..99ba600ab18d 100644 --- a/print/dvips2ascii/Makefile +++ b/print/dvips2ascii/Makefile @@ -11,7 +11,7 @@ CATEGORIES= print MASTER_SITES= SF/srezic/${PORTNAME}/${PORTVERSION} MAINTAINER= slaven@rezic.de -COMMENT= PostScript (created by dvips) to ascii converter +COMMENT= PostScript (created by dvips) to ASCII converter PLIST_FILES= bin/dvips2ascii |