diff options
author | trevor <trevor@FreeBSD.org> | 2001-08-18 16:13:08 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-08-18 16:13:08 +0800 |
commit | f23f11719a9fdc9b06e21083ab1c6c984ca7879a (patch) | |
tree | 2dfb09b441b043d76abc74b31341edb57fefd266 /www | |
parent | b723a816c9ad7f04c97a61933d13ac67400d1d50 (diff) | |
download | freebsd-ports-gnome-f23f11719a9fdc9b06e21083ab1c6c984ca7879a.tar.gz freebsd-ports-gnome-f23f11719a9fdc9b06e21083ab1c6c984ca7879a.tar.zst freebsd-ports-gnome-f23f11719a9fdc9b06e21083ab1c6c984ca7879a.zip |
Mirror this locally, since the distfile has not been available from its
master site since 28 December 1998 (the project appears to have been
abandoned). I need to test this later.
Reported by: fenner's survey
Warning: Do not taunt the gopher.
While I'm here, toss in a hyphen for clarity.
Diffstat (limited to 'www')
-rw-r--r-- | www/gn/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/gn/Makefile b/www/gn/Makefile index 38b98cd63fef..fa4b3a589005 100644 --- a/www/gn/Makefile +++ b/www/gn/Makefile @@ -8,14 +8,15 @@ PORTNAME= gn PORTVERSION= 2.24 CATEGORIES= www -MASTER_SITES= ftp://ftp.acns.nwu.edu/pub/gn/ +MASTER_SITES= ${MASTER_SITE_LOCAL} #ftp://ftp.acns.nwu.edu/pub/gn/ +MASTER_SITE_SUBDIR= trevor MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${WAISDIR}/bin/waisindex:${PORTSDIR}/net/wais IS_INTERACTIVE= yes -NO_PACKAGE= "Compiled in hostnames" +NO_PACKAGE= "Compiled-in hostnames" WAISDIR= ${PORTSDIR}/net/wais/work/freeWAIS-0.5 INETD_CONF= /etc/inetd.conf |