diff options
author | pat <pat@FreeBSD.org> | 2002-01-11 02:55:14 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-11 02:55:14 +0000 |
commit | e0292ef2485b1788348f585f90b61572a9b995be (patch) | |
tree | 8151763283421eecccbdf6c5d93ca0551648b5be /comms | |
parent | 5e7c71bb3cb5c41e2bb84d60ab4e0901e89287c5 (diff) | |
download | FreeBSD-ports-e0292ef2485b1788348f585f90b61572a9b995be.zip FreeBSD-ports-e0292ef2485b1788348f585f90b61572a9b995be.tar.gz |
Fix master_sites and typo.
PR: 33765
Submitted by: maintainer
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mwavem/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/mwavem/Makefile b/comms/mwavem/Makefile index 4387678..860c096 100644 --- a/comms/mwavem/Makefile +++ b/comms/mwavem/Makefile @@ -9,8 +9,8 @@ PORTNAME= mwavem-fbsd PORTVERSION= 1.2 PORTREVISION= 0 CATEGORIES= comms -MASTER_SITES= http://www.escape.com/~simonw/ \ - http://home.pacbell.net/simonw2/src/ +MASTER_SITES= ftp://www-126.ibm.com/pub/acpmodem/ \ + http://www.escape.com/~simonw/ EXTRACT_SUFX= .tgz MAINTAINER= oberman@es.net @@ -69,7 +69,7 @@ pre-fetch: ${ECHO} "* this port requires that the full FreeBSD sources be present *"; \ ${ECHO} "* on the system. *"; \ ${ECHO} "* *"; \ - ${ECHO} "* If you prefer not oading the full sources, you make install *"; \ + ${ECHO} "* If you prefer not loading the full sources, you make install *"; \ ${ECHO} "* the linuxthreads package from /stand/sysinstall. *"; \ ${ECHO} "****************************************************************"; \ ${SLEEP} 10; fi; |