Date: Sat, 13 Dec 2014 06:31:04 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374632 - head/games/nazghul Message-ID: <201412130631.sBD6V4YZ066393@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Dec 13 06:31:03 2014 New Revision: 374632 URL: https://svnweb.freebsd.org/changeset/ports/374632 QAT: https://qat.redports.org/buildarchive/r374632/ Log: - Add LICENSE - Fix tab after WWW: - Drop @dirrm* from plist Modified: head/games/nazghul/Makefile head/games/nazghul/pkg-descr head/games/nazghul/pkg-plist Modified: head/games/nazghul/Makefile ============================================================================== --- head/games/nazghul/Makefile Sat Dec 13 06:30:56 2014 (r374631) +++ head/games/nazghul/Makefile Sat Dec 13 06:31:03 2014 (r374632) @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Computer role-playing game engine +LICENSE= GPLv2 # or later (GPLv3 text bundled, but sources mention GPLv2+) + LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USE_SDL= sdl image mixer Modified: head/games/nazghul/pkg-descr ============================================================================== --- head/games/nazghul/pkg-descr Sat Dec 13 06:30:56 2014 (r374631) +++ head/games/nazghul/pkg-descr Sat Dec 13 06:31:03 2014 (r374632) @@ -3,4 +3,4 @@ is not on graphics or first-person squad roguelikes or the top-down, 2d, turn-based CRPG's that disappeared in the early 90's then this is for you. -WWW: http://myweb.cableone.net/gmcnutt/nazghul.html +WWW: http://myweb.cableone.net/gmcnutt/nazghul.html Modified: head/games/nazghul/pkg-plist ============================================================================== --- head/games/nazghul/pkg-plist Sat Dec 13 06:30:56 2014 (r374631) +++ head/games/nazghul/pkg-plist Sat Dec 13 06:31:03 2014 (r374632) @@ -325,6 +325,3 @@ bin/nazghul %%DATADIR%%/haxima/zane.scm %%DATADIR%%/haxima/zones.scm %%DATADIR%%/haxima/ztats-quest-ui.scm -@dirrm %%DATADIR%%/haxima/music -@dirrm %%DATADIR%%/haxima -@dirrm %%DATADIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412130631.sBD6V4YZ066393>