summaryrefslogtreecommitdiff
path: root/lang/pgcc
diff options
context:
space:
mode:
Diffstat (limited to 'lang/pgcc')
-rw-r--r--lang/pgcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile
index 4e6a46c6a353..c83a6f1587df 100644
--- a/lang/pgcc/Makefile
+++ b/lang/pgcc/Makefile
@@ -96,7 +96,7 @@ post-install:
do \
strip $$prog ; \
done)
- ${MV} ${PREFIX}/bin/i386-portbld-freebsd4.0-gcc ${PREFIX}/bin/i386-portbld-freebsd4.0-pgcc
+ ${MV} ${PREFIX}/bin/${CONFIGURE_TARGET}-gcc ${PREFIX}/bin/${CONFIGURE_TARGET}-pgcc
${MV} ${PREFIX}/bin/gcc ${PREFIX}/bin/pgcc
${MV} ${PREFIX}/bin/g++ ${PREFIX}/bin/pg++
${MV} ${PREFIX}/bin/g77 ${PREFIX}/bin/pg77