diff options
author | lioux <lioux@FreeBSD.org> | 2001-03-11 01:18:16 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-03-11 01:18:16 +0000 |
commit | 8081b406c952b6ff3fd7e2ce0753f8d17bbf088d (patch) | |
tree | 016c622b5bd0544612269aacf1472d3bb0928451 /x11-toolkits/jx | |
parent | 42ee2fe094e2e2b58b0461b7b30f2b7a03078345 (diff) | |
download | FreeBSD-ports-8081b406c952b6ff3fd7e2ce0753f8d17bbf088d.zip FreeBSD-ports-8081b406c952b6ff3fd7e2ce0753f8d17bbf088d.tar.gz |
The distfile located in one of the MASTER_SITES does not correspond
to the one "checksummed" for port use. Therefore, it will removed
untill this is rectified.
Submitted by: bento, kris, fenner (scripts)
Diffstat (limited to 'x11-toolkits/jx')
-rw-r--r-- | x11-toolkits/jx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/jx/Makefile b/x11-toolkits/jx/Makefile index ee23c6b..db8669e 100644 --- a/x11-toolkits/jx/Makefile +++ b/x11-toolkits/jx/Makefile @@ -9,8 +9,7 @@ PORTNAME= JX PORTVERSION= 1.5.3 PORTREVISION= 1 CATEGORIES= x11-toolkits -MASTER_SITES= http://www.ibiblio.org/pub/Linux/libs/X/c++libs/ \ - ftp://gd.tuwien.ac.at/hci/jx/source-1.5.3/ \ +MASTER_SITES= ftp://gd.tuwien.ac.at/hci/jx/source-1.5.3/ \ ftp://ftp.cs.itu.edu.tr/pub/linux/x11/jx/ DISTNAME= ${PORTNAME}_source-${PORTVERSION} |