diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-08-28 06:36:25 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-08-28 06:36:25 +0000 |
commit | c5fa7bc46d4bbd84db96c7149c89bd491a245a20 (patch) | |
tree | 049a2971507138bdc3d882bfc339f19c941206a5 /editors/ted/Makefile | |
parent | Actually up PORTVERSION. I'm not quite sure how this fell out of my (diff) |
Specify DISTNAME correctly (no need to add .tar.gz, EXTRACT_SUFX is appended)
PR: 30156
Submitted by: Andreas Schulz <ats@first.gmd.de>
Notes
Notes:
svn path=/head/; revision=47005
Diffstat (limited to 'editors/ted/Makefile')
-rw-r--r-- | editors/ted/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |