Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jan 2006 14:22:15 +0100 (CET)
From:      Tobias Roth <ports@fsck.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91552: [MAINTAINER] deskutils/treeline: fix borked Makefile
Message-ID:  <200601091322.k09DMFBg013016@secure.socket.ch>
Resent-Message-ID: <200601091330.k09DU5tQ078819@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91552
>Category:       ports
>Synopsis:       [MAINTAINER] deskutils/treeline: fix borked Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 09 13:30:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Tobias Roth
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD factory.fsck.ch 6.0-STABLE FreeBSD 6.0-STABLE #2: Sat Jan  7 18:03:22 CET
>Description:
Sorry about the breakage. I didn't know that DISTFILES was empty by
default.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- treeline-0.14.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/deskutils/treeline/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	8 Jan 2006 18:16:15 -0000	1.10
+++ Makefile	9 Jan 2006 13:14:41 -0000
@@ -43,7 +43,7 @@
 .endif
 
 .if defined(WITH_HTTPLOAD)
-DISTFILES+=	httpload.py
+DISTFILES+=	${DISTNAME}${EXTRACT_SUFX} httpload.py
 PLIST_SUB+=	HTTPLOAD=""
 .else
 PLIST_SUB+=	HTTPLOAD="@comment "
--- treeline-0.14.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601091322.k09DMFBg013016>