Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2015 22:18:55 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403565 - head/games/gigalomania
Message-ID:  <201512112218.tBBMIt3R025512@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Fri Dec 11 22:18:55 2015
New Revision: 403565
URL: https://svnweb.freebsd.org/changeset/ports/403565

Log:
  Switch to options helper

Modified:
  head/games/gigalomania/Makefile

Modified: head/games/gigalomania/Makefile
==============================================================================
--- head/games/gigalomania/Makefile	Fri Dec 11 22:15:58 2015	(r403564)
+++ head/games/gigalomania/Makefile	Fri Dec 11 22:18:55 2015	(r403565)
@@ -41,6 +41,8 @@ do-install:
 		${STAGEDIR}${PREFIX}/share/applications
 	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}64.png \
 		${STAGEDIR}${PREFIX}/share/pixmaps
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/readme.html ${STAGEDIR}${DOCSDIR}
 



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