Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2010 05:40:02 GMT
From:      Anonymous <swell.k@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/146942: [patch] x11-wm/stumpwm: update to 0.9.7
Message-ID:  <201005250540.o4P5e2ZX068689@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/146942; it has been noted by GNATS.

From: Anonymous <swell.k@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/146942: [patch] x11-wm/stumpwm: update to 0.9.7
Date: Tue, 25 May 2010 09:31:48 +0400

 Oops, fix this portlint warning:
 
   WARN: Makefile: no need to define EXTRACT_SUFX if DISTFILES is defined.
 
 --- a.diff begins here ---
 diff --git x11-wm/stumpwm/Makefile x11-wm/stumpwm/Makefile
 index 4b3c7b5..4c8c5db 100644
 --- x11-wm/stumpwm/Makefile
 +++ x11-wm/stumpwm/Makefile
 @@ -9,8 +9,7 @@ PORTNAME=	stumpwm
  PORTVERSION=	0.9.7
  CATEGORIES=	x11-wm
  MASTER_SITES=	SAVANNAH
 -EXTRACT_SUFX=	.tgz
 -DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 +DISTFILES=	${DISTNAME}.tgz
  
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	A tiling, keyboard driven Window Manager written in Common Lisp
 --- a.diff ends here ---



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