svn commit: r335288 - head/games/pytowerdefense

Rusmir Dusko nemysis at FreeBSD.org
Sat Nov 30 12:34:25 UTC 2013


Author: nemysis
Date: Sat Nov 30 12:34:18 2013
New Revision: 335288
URL: http://svnweb.freebsd.org/changeset/ports/335288

Log:
  - Add DOCS Option
  
  Approved by:	pawel / wg (mentors, implicit)

Modified:
  head/games/pytowerdefense/Makefile

Modified: head/games/pytowerdefense/Makefile
==============================================================================
--- head/games/pytowerdefense/Makefile	Sat Nov 30 12:14:02 2013	(r335287)
+++ head/games/pytowerdefense/Makefile	Sat Nov 30 12:34:18 2013	(r335288)
@@ -26,7 +26,7 @@ SUB_FILES=	${PORTNAME}
 DESKTOP_ENTRIES="PyTowerDefense" "${COMMENT}" "${PORTNAME}" \
 		"${PORTNAME}" "Game;ArcadeGame;" false
 
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE=	DOCS
 
 do-build:
 	@${PYTHON_CMD} -m compileall ${WRKSRC}


More information about the svn-ports-all mailing list