diff options
author | Brian Somers <brian@FreeBSD.org> | 2001-08-10 23:57:16 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2001-08-10 23:57:16 +0000 |
commit | 5f95a9f97dd22daf2c506763e57afc4b77a61b9a (patch) | |
tree | 0beff56156ac815ff5e653e6ccded1bb0dcab281 /comms | |
parent | a window manager that emphasizes efficiency, speed, and beauty (diff) |
Unmark broken
Add a working MASTER_SITE
Notes
Notes:
svn path=/head/; revision=46053
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> |