Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2012 11:37:46 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303544 - head/games/pacmanarena
Message-ID:  <201209021137.q82BbkJL094266@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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} \



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