summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2004-07-09 21:56:33 +0000
committerDavid Krause <david@cvs.openbsd.org>2004-07-09 21:56:33 +0000
commit07aee6e94af1d3f6c8e2618bdb83e6141f423d62 (patch)
treeb00cc8de1cce62fd3aa80de30bd2bd9dacc382dc
parent2f28aef4597e0574d15088b695438fea848f7eea (diff)
dejagnu hasn't been in ports/lang/egcs directory for a while now...
-rw-r--r--regress/gnu/egcs/gcc/Makefile6
-rw-r--r--regress/gnu/egcs/libf2c/Makefile6
-rw-r--r--regress/gnu/egcs/libiberty/Makefile6
3 files changed, 9 insertions, 9 deletions
diff --git a/regress/gnu/egcs/gcc/Makefile b/regress/gnu/egcs/gcc/Makefile
index 4a41b160d5e..ffc15504f52 100644
--- a/regress/gnu/egcs/gcc/Makefile
+++ b/regress/gnu/egcs/gcc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2001/10/07 13:24:56 espie Exp $
+# $OpenBSD: Makefile,v 1.2 2004/07/09 21:56:32 david Exp $
NOMAN=
NOPROG=
@@ -9,7 +9,7 @@ regress:
@if ${RUNTEST} --help >/dev/null; then \
if ${RUNTEST} --version|grep 'Framework version is.*1.3$$' >/dev/null; then \
echo "Error: you must have a dejagnu more recent than 1.3"; \
- echo "For instance: ${PORTSDIR}/lang/egcs/dejagnu."; \
+ echo "For instance: ${PORTSDIR}/devel/dejagnu."; \
else \
cd ${TESTDIR} && ${MAKE} -f Makefile.bsd-wrapper && \
${MAKE} check RUNTEST=${RUNTEST}; \
@@ -17,7 +17,7 @@ regress:
else \
echo "Error: you must have a dejagnu more recent than 1.3 to run this test."; \
echo " You can install the package from the ftp site or recompile it"; \
- echo " from the ports tree (${PORTSDIR}/lang/egcs/dejagnu)."; \
+ echo " from the ports tree (${PORTSDIR}/devel/dejagnu)."; \
fi
diff --git a/regress/gnu/egcs/libf2c/Makefile b/regress/gnu/egcs/libf2c/Makefile
index 3d7d09698a8..975def73d66 100644
--- a/regress/gnu/egcs/libf2c/Makefile
+++ b/regress/gnu/egcs/libf2c/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2001/10/07 13:24:56 espie Exp $
+# $OpenBSD: Makefile,v 1.2 2004/07/09 21:56:32 david Exp $
NOMAN=
NOPROG=
@@ -16,7 +16,7 @@ regress:
@if ${RUNTEST} --help >/dev/null; then \
if ${RUNTEST} --version|grep 'Framework version is.*1.3$$' >/dev/null; then \
echo "Error: you must have a dejagnu more recent than 1.3"; \
- echo "For instance: ${PORTSDIR}/lang/egcs/dejagnu."; \
+ echo "For instance: ${PORTSDIR}/devel/dejagnu."; \
else \
cd ${TESTDIR} && ${MAKE} -f Makefile.bsd-wrapper && \
cd ${TEST2DIR} && ${MAKE} -f Makefile.bsd-wrapper && \
@@ -25,7 +25,7 @@ regress:
else \
echo "Error: you must have a dejagnu more recent than 1.3 to run this test."; \
echo " You can install the package from the ftp site or recompile it"; \
- echo " from the ports tree (${PORTSDIR}/lang/egcs/dejagnu)."; \
+ echo " from the ports tree (${PORTSDIR}/devel/dejagnu)."; \
fi
diff --git a/regress/gnu/egcs/libiberty/Makefile b/regress/gnu/egcs/libiberty/Makefile
index 6941a407cb4..32cb6c0f6fb 100644
--- a/regress/gnu/egcs/libiberty/Makefile
+++ b/regress/gnu/egcs/libiberty/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2004/07/09 21:51:30 david Exp $
+# $OpenBSD: Makefile,v 1.3 2004/07/09 21:56:32 david Exp $
NOMAN=
NOPROG=
@@ -10,7 +10,7 @@ regress:
@if ${RUNTEST} --help >/dev/null; then \
if ${RUNTEST} --version|grep 'Framework version is.*1.3$$' >/dev/null; then \
echo "Error: you must have a dejagnu more recent than 1.3"; \
- echo "For instance: ${PORTSDIR}/lang/egcs/dejagnu."; \
+ echo "For instance: ${PORTSDIR}/devel/dejagnu."; \
else \
cd ${TESTDIR} && ${MAKE} -f Makefile.bsd-wrapper && \
${MAKE} check RUNTEST=${RUNTEST}; \
@@ -18,7 +18,7 @@ regress:
else \
echo "Error: you must have a dejagnu more recent than 1.3 to run this test."; \
echo " You can install the package from the ftp site or recompile it"; \
- echo " from the ports tree (${PORTSDIR}/lang/egcs/dejagnu)."; \
+ echo " from the ports tree (${PORTSDIR}/devel/dejagnu)."; \
fi