diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-27 00:07:31 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-27 00:07:31 +0000 |
commit | 62fb357129dbbd513ca2bfc3b928174487db14f1 (patch) | |
tree | 4633091f4753f5f8c24f3b3f5c025ae59fd97701 /editors/beav | |
parent | Distfile moved on MASTER_SITE (diff) |
Remove bad MASTER_SITE.
Diffstat (limited to 'editors/beav')
-rw-r--r-- | editors/beav/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/beav/Makefile b/editors/beav/Makefile index 178f49de7d77..42db7e6e363f 100644 --- a/editors/beav/Makefile +++ b/editors/beav/Makefile @@ -3,14 +3,13 @@ # Date created: 01 July 1995 # Whom: Thomas Gellekum <tg@FreeBSD.org> # -# $Id: Makefile,v 1.8 1997/07/22 07:09:16 tg Exp $ +# $Id: Makefile,v 1.9 1997/08/11 09:32:30 tg Exp $ # DISTNAME= beav_140-7 PKGNAME= beav-1.40.7 CATEGORIES= editors -MASTER_SITES= ftp://ftp.debian.org/debian/bo/source/editors/ \ - ftp://theta.iis.u-tokyo.ac.jp/pub2/Linux/distributions/debian/bo/source/editors/ +MASTER_SITES= ftp://ftp.debian.org/debian/bo/source/editors/ MAINTAINER= tg@FreeBSD.org @@ -18,4 +17,3 @@ WRKSRC= ${WRKDIR}/beav-140 PATCH_STRIP= -p1 .include <bsd.port.mk> - |