diff options
author | dmcmahill <dmcmahill> | 1999-10-10 19:42:39 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 1999-10-10 19:42:39 +0000 |
commit | caed21644fd978040a34450df9d9223b89ba86c4 (patch) | |
tree | ab00a97c9c310e2477dbed4d61306a884fbf36b8 /textproc/ted-cs | |
parent | 3bb15e9966b22f03ce04cf68e9c3b940d97bd481 (diff) | |
download | pkgsrc-caed21644fd978040a34450df9d9223b89ba86c4.tar.gz |
update to 2.6 to keep in sync with the main ted package
Diffstat (limited to 'textproc/ted-cs')
-rw-r--r-- | textproc/ted-cs/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/ted-cs/Makefile b/textproc/ted-cs/Makefile index 26e9e82ceaa..0d6af94dc8f 100644 --- a/textproc/ted-cs/Makefile +++ b/textproc/ted-cs/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/09/19 11:22:51 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 1999/10/10 19:42:39 dmcmahill Exp $ DISTNAME= Ted_CZ -PKGNAME= ted-cs-2.5 +PKGNAME= ted-cs-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 |