svn commit: r416537 - head/games/black-box
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jun 8 09:03:55 UTC 2016
Author: amdmi3
Date: Wed Jun 8 09:03:53 2016
New Revision: 416537
URL: https://svnweb.freebsd.org/changeset/ports/416537
Log:
- Switch to options helpers
Modified:
head/games/black-box/Makefile
Modified: head/games/black-box/Makefile
==============================================================================
--- head/games/black-box/Makefile Wed Jun 8 08:30:46 2016 (r416536)
+++ head/games/black-box/Makefile Wed Jun 8 09:03:53 2016 (r416537)
@@ -22,16 +22,18 @@ USE_SDL= sdl image mixer
GNU_CONFIGURE= yes
PORTDOCS= AUTHORS ChangeLog NEWS README
-OPTIONS_DEFINE= DOCS
DESKTOP_ENTRIES="Black-Box" "" "${PORTNAME}" \
"${PORTNAME}" "Game;ArcadeGame;" ""
+OPTIONS_DEFINE= DOCS
+
post-install:
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps/
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+post-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list