svn commit: r333615 - head/games/wmfortune

Danilo Egea Gondolfo danilo at FreeBSD.org
Tue Nov 12 20:29:13 UTC 2013


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 at 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>


More information about the svn-ports-head mailing list