diff options
Diffstat (limited to 'textproc/ted-es/Makefile')
-rw-r--r-- | textproc/ted-es/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/ted-es/Makefile b/textproc/ted-es/Makefile index fcd73027e33..792bc868550 100644 --- a/textproc/ted-es/Makefile +++ b/textproc/ted-es/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/09/19 11:27:36 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 1999/10/10 19:43:16 dmcmahill Exp $ DISTNAME= Ted_E -PKGNAME= ted-es-2.5 +PKGNAME= ted-es-2.6 WRKSRC= ${WRKDIR} CATEGORIES= textproc -MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ +MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ + ftp://metalab.unc.edu/pub/packages/editors/ted/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.nllgg.nl/Ted/ -DEPENDS+= ted-2.5:../../textproc/ted +DEPENDS+= ted-2.6:../../textproc/ted USE_X11BASE= YES |