Skip site navigation (1)Skip section navigation (2)
Date:      10 Jun 2004 18:03:42 -0000
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@math.smsu.edu
Subject:   ports/67804: Update Port: change DISTFILES to EXTRACT_SUFX
Message-ID:  <20040610180342.23821.qmail@phoenix.smluc.org>
Resent-Message-ID: <200406101810.i5AIAM3u085584@freefall.freebsd.org>

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

>Number:         67804
>Category:       ports
>Synopsis:       Update Port: change DISTFILES to EXTRACT_SUFX
>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:   Thu Jun 10 18:10:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fenris 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Thu May 27 23:31:48 EDT 2004 root@fenris:/usr/obj/usr/src/sys/FENRIS i386


>Description:

Change DISTFILES (with single file) to EXTRACT_SUFX to quiet down portlint warning

>How-To-Repeat:
>Fix:

	

--- tank.patch begins here ---
diff -Nurb games/tank.orig/Makefile games/tank/Makefile
--- games/tank.orig/Makefile	Thu Jun 10 13:58:11 2004
+++ games/tank/Makefile	Thu Jun 10 13:59:11 2004
@@ -10,7 +10,7 @@
 PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://step.polymtl.ca/~coyote/tank/
-DISTFILES=	${DISTNAME}-src.tar.gz
+EXTRACT_SUFX=	-src.tar.gz
 
 MAINTAINER=	erik@smluc.org
 COMMENT=	A 3-D network tank game that uses OpenGL/Mesa
--- tank.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?20040610180342.23821.qmail>