From owner-svn-ports-head@FreeBSD.ORG Sun Sep 2 11:37:46 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0BCE1065676; Sun, 2 Sep 2012 11:37:46 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CC4588FC0A; Sun, 2 Sep 2012 11:37:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q82BbkL0094268; Sun, 2 Sep 2012 11:37:46 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q82BbkJL094266; Sun, 2 Sep 2012 11:37:46 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201209021137.q82BbkJL094266@svn.freebsd.org> From: Alex Kozlov Date: Sun, 2 Sep 2012 11:37:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303544 - head/games/pacmanarena X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 11:37:47 -0000 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 (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} \