From owner-svn-ports-head@FreeBSD.ORG Tue Oct 22 20:38:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1126477E; Tue, 22 Oct 2013 20:38:30 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D8243267C; Tue, 22 Oct 2013 20:38:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9MKcTGt035574; Tue, 22 Oct 2013 20:38:29 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9MKcT7N035572; Tue, 22 Oct 2013 20:38:29 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201310222038.r9MKcT7N035572@svn.freebsd.org> From: Rusmir Dusko Date: Tue, 22 Oct 2013 20:38:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331317 - head/games/abuse_sdl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 22 Oct 2013 20:38:30 -0000 Author: nemysis Date: Tue Oct 22 20:38:29 2013 New Revision: 331317 URL: http://svnweb.freebsd.org/changeset/ports/331317 Log: - Change maintainer email to @FreeBSD.org - Support STAGEDIR Approved by: pawel / wg (mentors, implicit) Modified: head/games/abuse_sdl/Makefile head/games/abuse_sdl/pkg-plist Modified: head/games/abuse_sdl/Makefile ============================================================================== --- head/games/abuse_sdl/Makefile Tue Oct 22 20:22:46 2013 (r331316) +++ head/games/abuse_sdl/Makefile Tue Oct 22 20:38:29 2013 (r331317) @@ -8,19 +8,17 @@ MASTER_SITES= GENTOO/distfiles \ http://abuse.zoy.org/raw-attachment/wiki/download/ DISTNAME= abuse-${DISTVERSION} -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= SDL port of the Abuse game engine LICENSE= GPLv2 -USES= pathfix +USES= pathfix USE_GL= gl USE_SDL= mixer sdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-assetdir=${DATADIR} --enable-release -MAN6= abuse.6 abuse-tool.6 - CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -29,15 +27,10 @@ PORTDOCS= AUTHORS ChangeLog NEWS README DESKTOP_ENTRIES="Abuse-SDL" "${COMMENT}" "abuse" \ "abuse" "Game;StrategyGame;" false -NO_STAGE= yes -.include - post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/abuse.png ${PREFIX}/share/pixmaps/ + ${INSTALL_DATA} ${WRKSRC}/doc/abuse.png ${STAGEDIR}${PREFIX}/share/pixmaps/ -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/games/abuse_sdl/pkg-plist ============================================================================== --- head/games/abuse_sdl/pkg-plist Tue Oct 22 20:22:46 2013 (r331316) +++ head/games/abuse_sdl/pkg-plist Tue Oct 22 20:38:29 2013 (r331317) @@ -1,5 +1,7 @@ bin/abuse bin/abuse-tool +man/man6/abuse-tool.6.gz +man/man6/abuse.6.gz %%DATADIR%%/abuse.bmp %%DATADIR%%/abuse.lsp %%DATADIR%%/abuse.png