diff options
author | Michael Landin <mich@FreeBSD.org> | 2004-12-09 13:24:18 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2004-12-09 13:24:18 +0000 |
commit | 4402c047e5f26d6c5e4947453e8192d9e8edf601 (patch) | |
tree | 602aa862ce1a60a407dd296daa408aad11bb8e8c /misc/clex | |
parent | 4ec3691edf1256b6b25e6c8ba60313c05cfa7f85 (diff) | |
download | ports-4402c047e5f26d6c5e4947453e8192d9e8edf601.tar.gz ports-4402c047e5f26d6c5e4947453e8192d9e8edf601.zip |
Notes
Diffstat (limited to 'misc/clex')
-rw-r--r-- | misc/clex/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/clex/Makefile b/misc/clex/Makefile index 22b6677b1329..237627f3be64 100644 --- a/misc/clex/Makefile +++ b/misc/clex/Makefile @@ -8,14 +8,12 @@ PORTNAME= clex PORTVERSION= 3.10 CATEGORIES= misc -MASTER_SITES= http://www.clex.sk/download/ +MASTER_SITES= http://freebsdcluster.org/~mich/software/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mich@FreeBSD.org COMMENT= A commandline file manager -BROKEN= Unfetchable - GNU_CONFIGURE= yes USE_GMAKE= yes |