From c5fa7bc46d4bbd84db96c7149c89bd491a245a20 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Tue, 28 Aug 2001 06:36:25 +0000 Subject: Specify DISTNAME correctly (no need to add .tar.gz, EXTRACT_SUFX is appended) PR: 30156 Submitted by: Andreas Schulz --- editors/ted/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/ted/Makefile b/editors/ted/Makefile index b0ef6ea146d5..ace7588ecd96 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -9,7 +9,7 @@ PORTNAME= ted PORTVERSION= 2.10 CATEGORIES= editors textproc print MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ -DISTNAME= ted-${PORTVERSION}.src.tar.gz +DISTNAME= ted-${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org -- cgit v1.2.3