summaryrefslogtreecommitdiff
path: root/print/lprps-letter
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 17:50:59 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 17:50:59 +0000
commite062d3845f126e409fb15b1ae6b67f75410a881b (patch)
treee00bc0e59df3b937711c19aa7409d44734190e86 /print/lprps-letter
parentUpdate with the new PORTNAME/PORTVERSION variables (diff)
Accidental whitespace
Notes
Notes: svn path=/head/; revision=27422
Diffstat (limited to 'print/lprps-letter')
-rw-r--r--print/lprps-letter/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/lprps-letter/Makefile b/print/lprps-letter/Makefile
index b33b7c5c4434..a2296a4249c4 100644
--- a/print/lprps-letter/Makefile
+++ b/print/lprps-letter/Makefile
@@ -6,8 +6,8 @@
# $FreeBSD$
#
-PORTNAME= lprps-${PAPERSIZE}
-PORTVERSION= 2.5
+PORTNAME= lprps-${PAPERSIZE}
+PORTVERSION= 2.5
CATEGORIES= print
MASTER_SITES= ftp://ftp.jclark.com/pub/lprps/
DISTNAME= lprps-2.5
@@ -25,7 +25,7 @@ PS!= echo ${PAPERSIZE} | awk '{print toupper($$1)}'
.if ${PAPERSIZE} != a4 && ${PAPERSIZE} != letter
.BEGIN:
- @${ECHO} "Error: invalid value for PAPERSIZE: \"${PAPERSIZE}\""
+ @${ECHO} "Error: invalid value for PAPERSIZE: \"${PAPERSIZE}\""
@${ECHO} "Possible values are: a4 or letter"
@${FALSE}
.endif