svn commit: r316752 - head/print/apsfilter

Hiroki Sato hrs at FreeBSD.org
Sun Apr 28 21:07:17 UTC 2013


Author: hrs
Date: Sun Apr 28 21:07:16 2013
New Revision: 316752
URL: http://svnweb.freebsd.org/changeset/ports/316752

Log:
  Fix typos.
  
  Spotted by:	Scott Allendorf

Modified:
  head/print/apsfilter/Makefile

Modified: head/print/apsfilter/Makefile
==============================================================================
--- head/print/apsfilter/Makefile	Sun Apr 28 21:04:26 2013	(r316751)
+++ head/print/apsfilter/Makefile	Sun Apr 28 21:07:16 2013	(r316752)
@@ -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
 


More information about the svn-ports-head mailing list