summaryrefslogtreecommitdiff
path: root/print/apsfilter
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-04-28 21:07:16 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-04-28 21:07:16 +0000
commit02ad6b1271fd43ec6fd524c9a6957530cd83d262 (patch)
treea5ea56a178b474177df7fcef54368ac34295f5cc /print/apsfilter
parentFix typo (diff)
Fix typos.
Spotted by: Scott Allendorf
Notes
Notes: svn path=/head/; revision=316752
Diffstat (limited to 'print/apsfilter')
-rw-r--r--print/apsfilter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index 811503409aa6..f1a1a94f46b3 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -72,9 +72,9 @@ GSUFX= -nox11
.if !empty(PORT_OPTIONS:MA4)
PSUFX= -a4
-.elif !empty(PORT_OTPIONS:MLETTER)
+.elif !empty(PORT_OPTIONS:MLETTER)
PSUFX= -letter
-.elif !empty(PORT_OTPIONS:MLETTERDJ)
+.elif !empty(PORT_OPTIONS:MLETTERDJ)
PSUFX= -letterdj
.endif