svn commit: r328651 - head/games/amoebax

Antoine Brodin antoine at FreeBSD.org
Sun Sep 29 08:38:20 UTC 2013


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


More information about the svn-ports-all mailing list