Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2016 00:07:36 +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: r405658 - head/games/phalanx
Message-ID:  <201601100007.u0A07aJT079270@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Jan 10 00:07:35 2016
New Revision: 405658
URL: https://svnweb.freebsd.org/changeset/ports/405658

Log:
  - Drop unneeded PLIST_DIRS
  - Switch to options helpers
  
  Approved by:	portmgr blanket

Modified:
  head/games/phalanx/Makefile

Modified: head/games/phalanx/Makefile
==============================================================================
--- head/games/phalanx/Makefile	Sun Jan 10 00:06:36 2016	(r405657)
+++ head/games/phalanx/Makefile	Sun Jan 10 00:07:35 2016	(r405658)
@@ -31,7 +31,6 @@ PLIST_FILES=	bin/phalanx \
 		%%DATADIR%%/eco.phalanx \
 		%%DATADIR%%/pbook.phalanx \
 		%%DATADIR%%/sbook.phalanx
-PLIST_DIRS=	%%DATADIR%%
 
 OPTIONS_DEFINE=	DOCS
 
@@ -39,6 +38,8 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/phalanx ${STAGEDIR}${PREFIX}/bin
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/*.phalanx ${STAGEDIR}${DATADIR}
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC}/${file}; ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 



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