aboutsummaryrefslogtreecommitdiff
path: root/lang/gnat/Makefile
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2000-12-19 16:45:51 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2000-12-19 16:45:51 +0000
commit2af15d3acbe3be9ebd821ee878d6cbf2212eaf00 (patch)
treed17b43207cf9da31600206d8dc1f1c578cf73a2a /lang/gnat/Makefile
parent9343dfead6a4f33d72510c906c0b904362e2ecb5 (diff)
downloadports-2af15d3acbe3be9ebd821ee878d6cbf2212eaf00.tar.gz
ports-2af15d3acbe3be9ebd821ee878d6cbf2212eaf00.zip
Notes
Diffstat (limited to 'lang/gnat/Makefile')
-rw-r--r--lang/gnat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile
index 770f707e4ae3..aea0f5d39155 100644
--- a/lang/gnat/Makefile
+++ b/lang/gnat/Makefile
@@ -59,8 +59,8 @@ have_boot!= if [ -x ${PREFIX}/bin/adagcc -a -x ${PREFIX}/bin/gnatbind ]; then \
have_boot=
.endif
.if empty(have_boot)
-have_boot!= if [ -x {LOCALBASE}/bin/adagcc -a -x {LOCALBASE}/bin/gnatbind ]; then \
- ${ECHO} "{LOCALBASE}/bin"; \
+have_boot!= if [ -x ${LOCALBASE}/bin/adagcc -a -x ${LOCALBASE}/bin/gnatbind ]; then \
+ ${ECHO} "${LOCALBASE}/bin"; \
else \
${ECHO} ""; \
fi