svn commit: r314808 - head/lang/fpc-units
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Thu Mar 21 06:25:19 UTC 2013
Author: acm
Date: Thu Mar 21 06:25:18 2013
New Revision: 314808
URL: http://svnweb.freebsd.org/changeset/ports/314808
Log:
- Fix typo
Modified:
head/lang/fpc-units/Makefile
Modified: head/lang/fpc-units/Makefile
==============================================================================
--- head/lang/fpc-units/Makefile Thu Mar 21 06:22:36 2013 (r314807)
+++ head/lang/fpc-units/Makefile Thu Mar 21 06:25:18 2013 (r314808)
@@ -116,7 +116,7 @@ OPTIONS_DEFAULT= A52 ASPELL BFD BZIP2 CA
UNITS_SELECTED= #
.for OPT in ${OPTIONS_DEFINE}
-. if ${PORT_OPTIONS:M${OPT})
+. if ${PORT_OPTIONS:M${OPT}}
UNITS_SELECTED+= ${OPT:L}
. endif
.endfor
More information about the svn-ports-all
mailing list