Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 08:38:19 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328651 - head/games/amoebax
Message-ID:  <201309290838.r8T8cJHH030591@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Sep 29 08:38:19 2013
New Revision: 328651
URL: http://svnweb.freebsd.org/changeset/ports/328651

Log:
  Finish STAGEDIR conversion

Modified:
  head/games/amoebax/Makefile
  head/games/amoebax/pkg-plist

Modified: head/games/amoebax/Makefile
==============================================================================
--- head/games/amoebax/Makefile	Sun Sep 29 08:35:33 2013	(r328650)
+++ head/games/amoebax/Makefile	Sun Sep 29 08:38:19 2013	(r328651)
@@ -19,11 +19,9 @@ LICENSE_PERMS_FAL=	dist-mirror dist-sell
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_SDL=	sdl mixer image
 
-MAN6=		amoebax.6
-
 PORTDOCS=	*
 
 post-patch:

Modified: head/games/amoebax/pkg-plist
==============================================================================
--- head/games/amoebax/pkg-plist	Sun Sep 29 08:35:33 2013	(r328650)
+++ head/games/amoebax/pkg-plist	Sun Sep 29 08:38:19 2013	(r328651)
@@ -1,4 +1,5 @@
 bin/amoebax
+man/man6/amoebax.6.gz
 %%DATADIR%%/fonts/fontMenu480.png
 %%DATADIR%%/fonts/fontMenu600.png
 %%DATADIR%%/fonts/fontMenu768.png



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