diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-01-08 18:51:40 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-01-08 18:51:40 +0000 |
commit | 9571e10efcddda8144ca7485807a0384bf723c1e (patch) | |
tree | 29ececf7bd0b5ec7746c8acdfcc420b83dccd330 /www | |
parent | A zh-tw cursor movement friendly, wrapping clean BitchX. (diff) |
Use MASTER_SITE_LOCAL. Remove BROKEN line.
On 2000-12-29 I e-mailed adam@freebsd.org, adam@veda.is, and
ports@freebsd.org (with a link to a patch) to propose this change.
My mail did not bounce, but there was no response.
ftp://ftp.acns.nwu.edu/pub/wn/wn-1.18.6.tar.gz: changing directory
pub/wn 550 wn: No such file or directory. (Last OK result Wed Nov 4
8:33:32 1998 )
Notes
Notes:
svn path=/head/; revision=36953
Diffstat (limited to 'www')
-rw-r--r-- | www/wn/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/wn/Makefile b/www/wn/Makefile index 5e76afa7e8bb..55ea5a64adfe 100644 --- a/www/wn/Makefile +++ b/www/wn/Makefile @@ -8,12 +8,11 @@ PORTNAME= wn PORTVERSION= 1.18.6 CATEGORIES= www -MASTER_SITES= ftp://ftp.acns.nwu.edu/pub/wn/ +MASTER_SITES= ${MASTER_SITE_LOCAL} # ftp://ftp.acns.nwu.edu/pub/wn/ +MASTER_SITE_SUBDIR= trevor MAINTAINER= adam@veda.is -BROKEN='single MASTER_SITE and /pub/wn/ does not exist on ftp.acns.nwu.edu anymore' - IS_INTERACTIVE= NO_PACKAGE= "Hostname compiled in" |