diff options
author | brian <brian@FreeBSD.org> | 2001-08-11 07:57:16 +0800 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2001-08-11 07:57:16 +0800 |
commit | 9fd86f9e5b5269ed523483e9c9fd7bec71c58910 (patch) | |
tree | cf1d6efe77d39a7b75fc8bf95c3829116bb0cf1f /comms | |
parent | ef8d90058759da087922150e2ab06f25cf1b0394 (diff) | |
download | freebsd-ports-gnome-9fd86f9e5b5269ed523483e9c9fd7bec71c58910.tar.gz freebsd-ports-gnome-9fd86f9e5b5269ed523483e9c9fd7bec71c58910.tar.zst freebsd-ports-gnome-9fd86f9e5b5269ed523483e9c9fd7bec71c58910.zip |
Unmark broken
Add a working MASTER_SITE
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mwavem/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/mwavem/Makefile b/comms/mwavem/Makefile index 4d3089c85ca0..b0d0c94a14a7 100644 --- a/comms/mwavem/Makefile +++ b/comms/mwavem/Makefile @@ -8,7 +8,8 @@ PORTNAME= mwavem-fbsd PORTVERSION= 1.1 CATEGORIES= comms -MASTER_SITES= http://www.escape.com/developer/~simonw/ \ +MASTER_SITES= http://home.pacbell.net/simonw2/src/ \ + http://www.escape.com/developer/~simonw/ \ ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tgz @@ -76,8 +77,6 @@ pre-fetch: .if ${OSVERSION} < 410000 BROKEN= "Systems prior to 4.1 are not supported" -.else -BROKEN= "Archive cannot be fetched" .endif .include <bsd.port.post.mk> |