From nobody@FreeBSD.org  Mon Aug 27 23:25:26 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 6163837B403
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 27 Aug 2001 23:25:26 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id f7S6PQw57047;
	Mon, 27 Aug 2001 23:25:26 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200108280625.f7S6PQw57047@freefall.freebsd.org>
Date: Mon, 27 Aug 2001 23:25:26 -0700 (PDT)
From: Andreas Schulz <ats@first.gmd.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ports/editors/ted error in Makefile
X-Send-Pr-Version: www-1.0

>Number:         30156
>Category:       ports
>Synopsis:       ports/editors/ted error in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    petef
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 27 23:30:01 PDT 2001
>Closed-Date:    Mon Aug 27 23:36:35 PDT 2001
>Last-Modified:  Mon Aug 27 23:36:52 PDT 2001
>Originator:     Andreas Schulz
>Release:        4.3-RELEASE
>Organization:
Fraunhofer-FIRST
>Environment:
FreeBSD freebsd.first.gmd.de 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Wed Aug 15 16:5
1:57 CEST 2001     root@freebsd.first.gmd.de:/usr/src/sys/compile/FREEBSD  i386
>Description:
ports/editors/ted has an error in the Makefile. It uses DISTNAME
instead of DISTFILES.
ats@freebsd.first.gmd.de[44] make checksum
>How-To-Repeat:
Try a make checksum :-).
>Fix:
Either change in the Makefile the DISTNAME to DISTFILES or
delete the .tar.gz from the DISTNAME variable, both should work.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: petef 
State-Changed-When: Mon Aug 27 23:36:35 PDT 2001 
State-Changed-Why:  
Fixed, thanks! 


Responsible-Changed-From-To: freebsd-ports->petef 
Responsible-Changed-By: petef 
Responsible-Changed-When: Mon Aug 27 23:36:35 PDT 2001 
Responsible-Changed-Why:  
I committed this fix 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30156 
>Unformatted:
 >> ted-2.10.src.tar.gz.tar.gz is not in /usr4/ats/ports/editors/ted/distinfo.
 DISTNAME was set in the Makefile already with tar.gz , but DISTNAME
 gets a PKG_SUFX expanded, hence the tar.gz.tar.gz
 
