diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-07-21 06:52:04 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-07-21 06:52:04 +0000 |
commit | e3b0afc793dad02a24ed22b56cb12c6f5df43321 (patch) | |
tree | 28cf31e319ba226ccc29217af21da76a49dd803f | |
parent | 44a1f663905d465f1db2c3a0375456b8dbf01e8f (diff) | |
download | freebsd-ports-e3b0afc793dad02a24ed22b56cb12c6f5df43321.zip |
removed sunsite from the list of master sites, because sunsite
got rid of their X11/apps directory.
Submitted by: Bill Fenner <fenner@parc.xerox.com>
-rw-r--r-- | news/knews/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index 24d0e2bd7e4c..c2611f084216 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -3,16 +3,14 @@ # Date created: Sun Apr 14 09:23:59 MET DST 1996 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.7 1996/10/19 09:14:59 andreas Exp $ +# $Id: Makefile,v 1.8 1996/11/18 10:36:41 asami Exp $ # DISTNAME= knews-0.9.8 CATEGORIES= x11 news -MASTER_SITES= ftp://ftp.nada.kth.se/home/su95-kjo/knews/ \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= X11/xapps/networked +MASTER_SITES= ftp://ftp.nada.kth.se/home/su95-kjo/knews/ -MAINTAINER= andreas@klemm.gtn.com +MAINTAINER= andreas@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm |