svn commit: r303544 - head/games/pacmanarena

Alex Kozlov ak at FreeBSD.org
Sun Sep 2 11:37:47 UTC 2012


Author: ak
Date: Sun Sep  2 11:37:46 2012
New Revision: 303544
URL: http://svn.freebsd.org/changeset/ports/303544

Log:
  - Remove USE_AUTOTOOLS
  - Use unzip instead of zip
  - Remove indefinite article from COMMENT
  
  Approved by:	nemysis <nemysis at gmx.ch> (maintainer)

Modified:
  head/games/pacmanarena/Makefile   (contents, props changed)

Modified: head/games/pacmanarena/Makefile
==============================================================================
--- head/games/pacmanarena/Makefile	Sun Sep  2 11:14:26 2012	(r303543)
+++ head/games/pacmanarena/Makefile	Sun Sep  2 11:37:46 2012	(r303544)
@@ -10,15 +10,15 @@ DISTFILES=	${DISTNAME:S/na/n-a/}.tar.bz2
 		${PORTNAME}_icons.tar.gz:icons
 
 MAINTAINER=	nemysis at gmx.ch
-COMMENT=	A Pacman clone in full 3D with a few surprises
+COMMENT=	Pacman clone in full 3D with a few surprises
 
 LICENSE=	GPLv2
 
-EXTRACT_DEPENDS=zip:${PORTSDIR}/archivers/zip
+EXTRACT_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip
 
 WRKSRC=		${WRKDIR}/${PORTNAME:S/arena//}
 
-USE_AUTOTOOLS=	aclocal ${AUTOMAKE} ${AUTOCONF}
+GNU_CONFIGURE=	yes
 USE_SDL=	mixer net sdl
 
 PLIST_FILES=	bin/${PORTNAME} \



More information about the svn-ports-all mailing list