diff options
-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> - |