diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-22 02:49:48 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-22 02:49:48 +0000 |
commit | 41017d6ba364e7c8e196096bb8736a47fc227651 (patch) | |
tree | 61dc26634c5f4de2541300ba12716aa5bc1b16d3 /devel/codecrusader | |
parent | 72513346d043f1006259fa8a1f2a7e450c10f713 (diff) | |
download | FreeBSD-ports-41017d6ba364e7c8e196096bb8736a47fc227651.zip FreeBSD-ports-41017d6ba364e7c8e196096bb8736a47fc227651.tar.gz |
Sanitize MASTER_SITES.
Diffstat (limited to 'devel/codecrusader')
-rw-r--r-- | devel/codecrusader/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/codecrusader/Makefile b/devel/codecrusader/Makefile index 9e49613..6ce98b0 100644 --- a/devel/codecrusader/Makefile +++ b/devel/codecrusader/Makefile @@ -9,10 +9,7 @@ PORTNAME= code_crusader PORTVERSION= 2.1.4 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.newplanetsoftware.com/pub/jx/source-1.5.3/ \ - ftp://ftp.newplanetsoftware.com/pub/jcc/source/ \ - ftp://ftp.newplanetsoftware.com/pub/medic/source/ \ - ftp://ftp.cs.itu.edu.tr/pub/linux/x11/jx/ +MASTER_SITES= ftp://ftp.cs.itu.edu.tr/pub/linux/x11/jx/ DISTNAME= ${PORTNAME}_source-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org |