Date: Sun, 30 Mar 2014 19:21:43 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349668 - head/games/maelstrom Message-ID: <201403301921.s2UJLht9036338@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Sun Mar 30 19:21:43 2014 New Revision: 349668 URL: http://svnweb.freebsd.org/changeset/ports/349668 QAT: https://qat.redports.org/buildarchive/r349668/ Log: - Fix typo, use for @mode in pkg-plist 664 instead of 664 Modified: head/games/maelstrom/Makefile head/games/maelstrom/pkg-plist Modified: head/games/maelstrom/Makefile ============================================================================== --- head/games/maelstrom/Makefile Sun Mar 30 19:13:57 2014 (r349667) +++ head/games/maelstrom/Makefile Sun Mar 30 19:21:43 2014 (r349668) @@ -26,7 +26,6 @@ DATADIR= ${PREFIX}/share/Maelstrom DOCSDIR= ${PREFIX}/share/doc/Maelstrom PORTDOCS= * - OPTIONS_DEFINE= DOCS DOCS_INSTALL_TARGET=install install_gamedocs Modified: head/games/maelstrom/pkg-plist ============================================================================== --- head/games/maelstrom/pkg-plist Sun Mar 30 19:13:57 2014 (r349667) +++ head/games/maelstrom/pkg-plist Sun Mar 30 19:21:43 2014 (r349668) @@ -33,7 +33,7 @@ bin/Maelstrom-netd %%DATADIR%%/Images/Makefile %%DATADIR%%/Images/Makefile.in @group games -@mode 644 +@mode 664 %%DATADIR%%/Maelstrom-Scores @mode @group
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403301921.s2UJLht9036338>