svn commit: r317103 - head/lang/gnat-aux

Baptiste Daroussin bapt at FreeBSD.org
Thu May 2 12:34:14 UTC 2013


Author: bapt
Date: Thu May  2 12:34:13 2013
New Revision: 317103
URL: http://svnweb.freebsd.org/changeset/ports/317103

Log:
  Fix typo

Modified:
  head/lang/gnat-aux/Makefile

Modified: head/lang/gnat-aux/Makefile
==============================================================================
--- head/lang/gnat-aux/Makefile	Thu May  2 12:30:19 2013	(r317102)
+++ head/lang/gnat-aux/Makefile	Thu May  2 12:34:13 2013	(r317103)
@@ -185,7 +185,7 @@ post-extract:
 	@${ECHO} "-=> GNAT AUX ${OS_LABEL4VERS}" > ${REVFILE}
 
 	# Create new directories in preparation of applying diff files
-.if ${PORT_OPTIONS:MCXX)
+.if ${PORT_OPTIONS:MCXX}
 	${MKDIR} ${WRKSRC}/libstdc++-v3/config/locale/dragonfly
 	${MKDIR} ${WRKSRC}/libstdc++-v3/config/os/bsd/dragonfly
 .endif


More information about the svn-ports-all mailing list