diff options
author | trevor <trevor@FreeBSD.org> | 2001-01-09 02:51:40 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-01-09 02:51:40 +0800 |
commit | 0e5dd375228da63ec96080b0327cea25144f039f (patch) | |
tree | 10c247fc469dbe1f93611206d89e5075e4304a82 | |
parent | 8ecc155601e281cdb73705c09e41e716aece6e49 (diff) | |
download | freebsd-ports-graphics-0e5dd375228da63ec96080b0327cea25144f039f.tar.gz freebsd-ports-graphics-0e5dd375228da63ec96080b0327cea25144f039f.tar.zst freebsd-ports-graphics-0e5dd375228da63ec96080b0327cea25144f039f.zip |
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 )
-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 5e76afa7e8b..55ea5a64adf 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" |