summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2005-05-09 21:22:09 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2005-05-09 21:22:09 +0000
commit2b2f62653085f1449405ebfb5df8cd8b268b6efd (patch)
tree7d87053bb7921e13fdfdfce36b2b45289dd88f47 /lang
parentUpdate to the 20050508 snapshot of GCC 4.1.0. Add the new gjnih41 program (diff)
Silence two portlint warnings.
Notes
Notes: svn path=/head/; revision=134955
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc33/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile
index 93ed78b6b5e4..606f13a54980 100644
--- a/lang/gcc33/Makefile
+++ b/lang/gcc33/Makefile
@@ -100,7 +100,7 @@ post-install: fake-manpages
do \
${STRIP_CMD} $$prog ; \
done )
-.for f in c++ g77 gcc g++ cpp gcov ${CONFIGURE_TARGET}-gcc ${CONFIGURE_TARGET}-g++
+.for f in c++ g77 gcc g++ cpp gcov ${CONFIGURE_TARGET}-gcc ${CONFIGURE_TARGET}-g++
# gij and jv-convert, for example, are not built on all platforms.
if [ -e ${PREFIX}/bin/${f}${SUFFIX} ]; then \
${STRIP_CMD} ${PREFIX}/bin/${f}${SUFFIX}; \
@@ -129,7 +129,7 @@ post-install: fake-manpages
| ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.lib ;\
fi
.endfor
- (${ECHO_CMD} "@unexec rmdir %D/lib/gcc-lib/${CONFIGURE_TARGET} 2>&1 || true" ; ${ECHO_CMD} "@unexec rmdir %D/lib/gcc-lib 2>&1 || true") >> ${WRKDIR}/PLIST.lib
+ (${ECHO_CMD} "@unexec ${RMDIR} %D/lib/gcc-lib/${CONFIGURE_TARGET} 2>&1 || true" ; ${ECHO_CMD} "@unexec ${RMDIR} %D/lib/gcc-lib 2>&1 || true") >> ${WRKDIR}/PLIST.lib
${ECHO_CMD} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
${ECHO_CMD} "/Insert PLIST.lib" >> ${WRKDIR}/ex.script
${ECHO_CMD} "d" >> ${WRKDIR}/ex.script