aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-09-11 01:44:53 +0800
committerobrien <obrien@FreeBSD.org>1999-09-11 01:44:53 +0800
commitcac9d89385de962a7714c6946ba55298e5c3297a (patch)
tree8326f42d1d4bff2c951f40c468b523435200fac3 /lang
parent1d6d0c45bd4e07433d1464ed385e7e9a8ff892af (diff)
downloadfreebsd-ports-gnome-cac9d89385de962a7714c6946ba55298e5c3297a.tar.gz
freebsd-ports-gnome-cac9d89385de962a7714c6946ba55298e5c3297a.tar.zst
freebsd-ports-gnome-cac9d89385de962a7714c6946ba55298e5c3297a.zip
Do this in a more general way.
Diffstat (limited to 'lang')
-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