diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-15 02:53:05 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-15 02:53:05 +0000 |
commit | 05a58c2ba7e1c9680c1659fe52e545a6ada5e07b (patch) | |
tree | 1574bf5ed0d23d5b665b44901996a0d927c035ce /sysutils/wmmon | |
parent | 8f1656fdfeca5edcda6fd7edfecde4ba2dcc0eef (diff) | |
download | FreeBSD-ports-05a58c2ba7e1c9680c1659fe52e545a6ada5e07b.zip FreeBSD-ports-05a58c2ba7e1c9680c1659fe52e545a6ada5e07b.tar.gz |
update mastersites
PR: 16654
Submitted by: maintainer
Diffstat (limited to 'sysutils/wmmon')
-rw-r--r-- | sysutils/wmmon/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/wmmon/Makefile b/sysutils/wmmon/Makefile index 7ef4e47..c0d0397 100644 --- a/sysutils/wmmon/Makefile +++ b/sysutils/wmmon/Makefile @@ -8,11 +8,9 @@ DISTNAME= wmmon-1.0b2 CATEGORIES= sysutils windowmaker -MASTER_SITES= ftp://ftp.mezaway.org/pub/DockApps/ \ +MASTER_SITES= ftp://ftp.tecnogi.com/pub/linux/WindowMaker/ \ http://www.physics.adelaide.edu.au/~kkennawa/ \ - ftp://ftp.tecnogi.com/pub/linux/WindowMaker/ \ - ftp://ftp.deva.net/pub/sources/X11/WindowMaker/dockapps/ \ - ftp://ftp.paco.odessa.ua/.2/x11/wm/WindowMaker/apps/ + ftp://ftp.deva.net/pub/sources/X11/windowmaker/dockapps/ MAINTAINER= sk-ports@vegamuse.org @@ -25,7 +23,7 @@ WRKSRC= ${WRKDIR}/wmmon.app/wmmon .include <bsd.port.pre.mk> .if $(OSVERSION) < 400000 -BROKEN= 'cannot compile with 3-stable' +#BROKEN= 'cannot compile with 3-stable' .endif .if !defined(NOPORTDOCS) |