diff options
author | obrien <obrien@FreeBSD.org> | 1998-12-02 17:48:36 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-12-02 17:48:36 +0800 |
commit | bc3e9987953eaed155a9e6a52a9c199c9bc8bb8c (patch) | |
tree | 2b53f1ea2545c80d3ddc216ca6e141fed21700a9 /www | |
parent | 82e20d87a767b2840a181d6e3bd572d1b766f554 (diff) | |
download | freebsd-ports-gnome-bc3e9987953eaed155a9e6a52a9c199c9bc8bb8c.tar.gz freebsd-ports-gnome-bc3e9987953eaed155a9e6a52a9c199c9bc8bb8c.tar.zst freebsd-ports-gnome-bc3e9987953eaed155a9e6a52a9c199c9bc8bb8c.zip |
fix syntax errror in BROKEN
Diffstat (limited to 'www')
-rw-r--r-- | www/wn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wn/Makefile b/www/wn/Makefile index 1d865cec9f2e..86f1692e1d44 100644 --- a/www/wn/Makefile +++ b/www/wn/Makefile @@ -3,7 +3,7 @@ # Date created: 4 May 1995 # Whom: adam # -# $Id: Makefile,v 1.26 1998/07/20 13:39:40 adam Exp $ +# $Id: Makefile,v 1.27 1998/12/01 11:21:33 obrien Exp $ # DISTNAME= wn-1.18.6 @@ -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/ doesnt exist on ftp.acns.nwu.edu anymore' IS_INTERACTIVE= NO_PACKAGE= "Hostname compiled in" |