diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-11 02:55:14 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-11 02:55:14 +0000 |
commit | c9be2178d85e87ef52e4a25758af86673d1099c9 (patch) | |
tree | 4f17d019af9665281a97fc7d1bcdc62389a035db /comms/mwavem | |
parent | Add missing dependency for xpm (diff) |
Fix master_sites and typo.
PR: 33765
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=52889
Diffstat (limited to 'comms/mwavem')
-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 43876781e9a8..860c096d9474 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; |