diff options
author | steve <steve@FreeBSD.org> | 2000-05-29 15:03:44 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-29 15:03:44 +0000 |
commit | 7056b1d652be0a1cfc6527b669a6feb6f058825b (patch) | |
tree | 07581564c3445926c20f62ed790736a7ea01f3de | |
parent | 42217e2cf801d5b80caf04899d3960e1a939bfc7 (diff) | |
download | FreeBSD-ports-7056b1d652be0a1cfc6527b669a6feb6f058825b.zip FreeBSD-ports-7056b1d652be0a1cfc6527b669a6feb6f058825b.tar.gz |
Oops, just noticed my previous change didn't work. Expand doesn't to
does not so it does.
-rw-r--r-- | www/wn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/wn/Makefile b/www/wn/Makefile index 976bf90..5e76afa 100644 --- a/www/wn/Makefile +++ b/www/wn/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.acns.nwu.edu/pub/wn/ MAINTAINER= adam@veda.is -BROKEN='single MASTER_SITE and /pub/wn/ doesn\'t exist on ftp.acns.nwu.edu anymore' +BROKEN='single MASTER_SITE and /pub/wn/ does not exist on ftp.acns.nwu.edu anymore' IS_INTERACTIVE= NO_PACKAGE= "Hostname compiled in" |