diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-28 07:45:22 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-28 07:45:22 +0000 |
commit | a66920caa6d9a3f2c0d4e59e630c33ff7e8df44d (patch) | |
tree | a520d7bff7cc608807d3390a919fbee9aa87e806 /x11/9menu/Makefile | |
parent | 1197c8b87629ee5d2481ca0327fdf00d24e6a68f (diff) | |
download | ports-a66920caa6d9a3f2c0d4e59e630c33ff7e8df44d.tar.gz ports-a66920caa6d9a3f2c0d4e59e630c33ff7e8df44d.zip |
Notes
Diffstat (limited to 'x11/9menu/Makefile')
-rw-r--r-- | x11/9menu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/9menu/Makefile b/x11/9menu/Makefile index ccdec103eb13..dbb813033f02 100644 --- a/x11/9menu/Makefile +++ b/x11/9menu/Makefile @@ -8,12 +8,13 @@ PORTNAME= 9menu PORTVERSION= 1.6 CATEGORIES= x11-wm plan9 -MASTER_SITES= ftp://quenix.dyndns.org/freebsd/ \ - http://mitglied.lycos.de/buran/linux/soft/9menu/ +MASTER_SITES= ftp://freefriends.org/arnold/Source/ \ + ${MASTER_SITE_NETBSD} EXTRACT_SUFX= .shar.gz MAINTAINER= ports@FreeBSD.org COMMENT= A simple menu patterened after plan9 +#BROKEN= unfetchable USE_XLIB= yes EXTRACT_CMD= zcat |