diff options
author | linimon <linimon@FreeBSD.org> | 2011-01-29 06:47:18 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-01-29 06:47:18 +0800 |
commit | 817b4d2f80af4f5b9d04d9bed0e58398d4fd8bb2 (patch) | |
tree | b515750f8baa76ab292070292f1e0e20a430f214 /lang | |
parent | 7e47159294bfeabc2b6b7045ce09d6f5e25da134 (diff) | |
download | freebsd-ports-gnome-817b4d2f80af4f5b9d04d9bed0e58398d4fd8bb2.tar.gz freebsd-ports-gnome-817b4d2f80af4f5b9d04d9bed0e58398d4fd8bb2.tar.zst freebsd-ports-gnome-817b4d2f80af4f5b9d04d9bed0e58398d4fd8bb2.zip |
Fix fetch by postpending '.old' to masterdir.
Note: the latest version of this software is 7.7.1.
Feature safe: yes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/visualworks/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/visualworks/Makefile b/lang/visualworks/Makefile index d2ea54dc9315..8982ed42ca0b 100644 --- a/lang/visualworks/Makefile +++ b/lang/visualworks/Makefile @@ -9,7 +9,7 @@ PORTNAME= visualworks PORTVERSION= 7.6 CATEGORIES= lang linux SUBDIR= vwnc${PORTVERSION} -MASTER_SITES= http://www.cincomsmalltalk.com/bsdports/${SUBDIR}/ +MASTER_SITES= http://www.cincomsmalltalk.com/bsdports/${SUBDIR}.old/ DISTFILES= BaseVisualWorks.tar.gz \ VM-Linux86.tar.gz DIST_SUBDIR= ${SUBDIR} @@ -18,8 +18,6 @@ EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= A high performance Smalltalk environment -BROKEN= does not fetch - USE_LINUX= yes USE_LINUX_APPS= xorglibs ONLY_FOR_ARCHS= i386 |