summaryrefslogtreecommitdiff
path: root/lang/gnat-aux/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 12:34:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 12:34:13 +0000
commit786c7a388f3473a1b1201d63c277089fe97facd2 (patch)
tree7091fe4fba68a5bc3959f10baa4e21f8e07633cd /lang/gnat-aux/Makefile
parent- Fix compatibility with bmake (diff)
Fix typo
Notes
Notes: svn path=/head/; revision=317103
Diffstat (limited to '')
-rw-r--r--lang/gnat-aux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnat-aux/Makefile b/lang/gnat-aux/Makefile
index 503d476c2174..7ed9f3f4dbc8 100644
--- a/lang/gnat-aux/Makefile
+++ b/lang/gnat-aux/Makefile
@@ -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