diff options
author | petef <petef@FreeBSD.org> | 2001-08-28 14:36:25 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-08-28 14:36:25 +0800 |
commit | 6fd1f65ea6cc87c39c40ef09137fad8d6247f062 (patch) | |
tree | 1dfdb1d53352888a89ffc8799dc57f14e65bddbd /editors | |
parent | ef1e3c554f40c059d7cdccbd00bf97452dfb50a1 (diff) | |
download | freebsd-ports-gnome-6fd1f65ea6cc87c39c40ef09137fad8d6247f062.tar.gz freebsd-ports-gnome-6fd1f65ea6cc87c39c40ef09137fad8d6247f062.tar.zst freebsd-ports-gnome-6fd1f65ea6cc87c39c40ef09137fad8d6247f062.zip |
Specify DISTNAME correctly (no need to add .tar.gz, EXTRACT_SUFX is appended)
PR: 30156
Submitted by: Andreas Schulz <ats@first.gmd.de>
Diffstat (limited to 'editors')
-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 |