Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2013 20:29:13 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333615 - head/games/wmfortune
Message-ID:  <201311122029.rACKTDVw094560@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Tue Nov 12 20:29:12 2013
New Revision: 333615
URL: http://svnweb.freebsd.org/changeset/ports/333615

Log:
  - Remove the indefinite article from COMMENT
  - Convert USE_GMAKE to USES
  - Add stage support

Modified:
  head/games/wmfortune/Makefile

Modified: head/games/wmfortune/Makefile
==============================================================================
--- head/games/wmfortune/Makefile	Tue Nov 12 20:27:33 2013	(r333614)
+++ head/games/wmfortune/Makefile	Tue Nov 12 20:29:12 2013	(r333615)
@@ -8,14 +8,13 @@ CATEGORIES=	games windowmaker afterstep
 MASTER_SITES=	http://www.dockapps.org/files/90/128/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A dockapp that outputs fortune messages
+COMMENT=	Dockapp that outputs fortune messages
 
 PLIST_FILES=	bin/wmfortune
-USE_GMAKE=	yes
+USES=		gmake
 USE_XORG=	xpm
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/wmfortune ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/wmfortune ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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