Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 2014 18:00:26 +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: r375177 - head/games/legends
Message-ID:  <201412211800.sBLI0QIS063367@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Dec 21 18:00:25 2014
New Revision: 375177
URL: https://svnweb.freebsd.org/changeset/ports/375177
QAT: https://qat.redports.org/buildarchive/r375177/

Log:
  - Drop @dirrm* from plist

Modified:
  head/games/legends/Makefile
  head/games/legends/pkg-plist

Modified: head/games/legends/Makefile
==============================================================================
--- head/games/legends/Makefile	Sun Dec 21 18:00:18 2014	(r375176)
+++ head/games/legends/Makefile	Sun Dec 21 18:00:25 2014	(r375177)
@@ -16,8 +16,6 @@ EXTRACT_SUFX=	.run
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Fast-paced first-person-perspective online multiplayer game
 
-OPTIONS_DEFINE=	DOCS
-
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
 USES=		makeself
@@ -31,6 +29,8 @@ DATADIR=	${PREFIX}/lib/${PORTNAME}
 MAP_PACK=	BTMappack-1.05.unf
 PLIST_SUB=	MAP_PACK="${MAP_PACK}"
 
+OPTIONS_DEFINE=	DOCS
+
 post-extract:
 	@cd ${WRKDIR} && ${TAR} xf legends.tar
 

Modified: head/games/legends/pkg-plist
==============================================================================
--- head/games/legends/pkg-plist	Sun Dec 21 18:00:18 2014	(r375176)
+++ head/games/legends/pkg-plist	Sun Dec 21 18:00:25 2014	(r375177)
@@ -32,9 +32,3 @@ bin/legends
 %%PORTDOCS%%%%DOCSDIR%%/default.keybinds.txt
 %%PORTDOCS%%%%DOCSDIR%%/linux.txt
 share/pixmaps/legends.ico
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm %%DATADIR%%/show
-@dirrm %%DATADIR%%/legends/prefs
-@dirrm %%DATADIR%%/legends
-@dirrm %%DATADIR%%/common
-@dirrm %%DATADIR%%



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