Date: Sun, 28 Apr 2013 21:07:16 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316752 - head/print/apsfilter Message-ID: <201304282107.r3SL7G3p070844@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304282107.r3SL7G3p070844>