diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-02-15 02:53:05 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-02-15 02:53:05 +0000 |
commit | f76925985534a75123c8c8f551ff8605c9929b75 (patch) | |
tree | 2a8332db6d3a2a52777784427218b9d08e213269 /sysutils/wmmon | |
parent | d1ae0706e87c31c4555fd50e6a36213637fde964 (diff) | |
download | ports-f76925985534a75123c8c8f551ff8605c9929b75.tar.gz ports-f76925985534a75123c8c8f551ff8605c9929b75.zip |
Notes
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 7ef4e479898a..c0d03976e48b 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) |