aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1994-12-08 04:05:18 +0800
committergpalmer <gpalmer@FreeBSD.org>1994-12-08 04:05:18 +0800
commit3c030b03bb47d79c94310f6e253c2daaafc6f293 (patch)
tree409535a3a1c2ccdb632361dc5138e847e9c2fd0b /lang
parent3db2b63ad93875a6aa53b823f936f2d5b660f0ce (diff)
downloadfreebsd-ports-gnome-3c030b03bb47d79c94310f6e253c2daaafc6f293.tar.gz
freebsd-ports-gnome-3c030b03bb47d79c94310f6e253c2daaafc6f293.tar.zst
freebsd-ports-gnome-3c030b03bb47d79c94310f6e253c2daaafc6f293.zip
Remove `forth' from the subdir list until the ftp site situation is
corrected.
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile
index fea00e16c6b7..a23bee7edca9 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,5 +1,7 @@
-# $Id: Makefile,v 1.10 1994/11/20 22:48:00 ats Exp $
+# $Id: Makefile,v 1.11 1994/11/23 07:24:02 jkh Exp $
#
-SUBDIR= Sather expect forth itcl logo p2c scm tcl tclX
+# forth's master site is unavailable to sites outside Germany.
+
+SUBDIR= Sather expect itcl logo p2c scm tcl tclX
.include <bsd.port.subdir.mk>