summaryrefslogtreecommitdiff
path: root/lang/gcc34
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2005-05-22 19:11:39 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2005-05-22 19:11:39 +0000
commit2c4ec331f79601bda2d58c2b2b746438fcf893c9 (patch)
tree0cd5b11297994f0ae6d7316f4c4c1f5e2ac59429 /lang/gcc34
parent- Update to 1.3 [1] (diff)
Fix the handling of man pages on systems with an old version of Perl, once
and for all and forever.
Notes
Notes: svn path=/head/; revision=135881
Diffstat (limited to 'lang/gcc34')
-rw-r--r--lang/gcc34/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile
index b9f9dd85ec16..40b42dafe786 100644
--- a/lang/gcc34/Makefile
+++ b/lang/gcc34/Makefile
@@ -126,7 +126,7 @@ post-install:
# man pages can only be generated if Perl >= 5.6 is installed;
# fake them otherwise.
for mp in ${_MANPAGES}; do \
- ${TEST} -e ${mp} || ${TOUCH} ${TOUCH_FLAGS} ${mp}; \
+ ${TEST} -e $${mp} || ${TOUCH} ${TOUCH_FLAGS} $${mp}; \
done
.for f in c++ g77 gcc g++ cpp gcov ${CONFIGURE_TARGET}-gcc ${CONFIGURE_TARGET}-g++ gcj gcjh gij jv-scan jcf-dump jv-convert jar grepjar rmic rmiregistry
# gij and jv-convert, for example, are not built on all platforms.