Index: head/games/epiar/Makefile =================================================================== --- head/games/epiar/Makefile (revision 442398) +++ head/games/epiar/Makefile (revision 442399) @@ -1,44 +1,44 @@ # Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= epiar PORTVERSION= 0.5.1 PORTREVISION= 6 CATEGORIES= games MAINTAINER= ports@FreeBSD.org COMMENT= Space trading/exploring sim with RPG elements LICENSE= GPLv2 CC-BY-NC-SA-3.0 LICENSE_COMB= multi LICENSE_FILE_CC-BY-NC-SA-3.0= ${WRKSRC}/LICENSE.music LIB_DEPENDS= libfreetype.so:print/freetype2 \ libftgl.so:graphics/ftgl \ libxml2.so:textproc/libxml2 \ libphysfs.so:devel/physfs USE_GITHUB= yes GH_ACCOUNT= knowknowledge GH_PROJECT= Epiar GH_TAGNAME= 44046e3 USES= autoreconf gmake pkgconfig USE_SDL= image mixer sdl USE_GL= glu GNU_CONFIGURE= yes PORTDOCS= AUTHORS ChangeLog README OPTIONS_DEFINE= DOCS # Wrong versioning upstream PORTSCOUT= ignore:1 post-install: - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \ - ${STAGEDIR}${DESKTOPDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/games/epiar/files/patch-Source-Utilities-log.cpp =================================================================== --- head/games/epiar/files/patch-Source-Utilities-log.cpp (revision 442398) +++ head/games/epiar/files/patch-Source-Utilities-log.cpp (revision 442399) @@ -1,10 +1,10 @@ ---- Source/Utilities/log.cpp.orig 2012-10-27 10:18:51.000000000 +0200 -+++ Source/Utilities/log.cpp 2013-10-11 00:14:27.000000000 +0200 +--- Source/Utilities/log.cpp.orig 2012-10-27 08:18:51 UTC ++++ Source/Utilities/log.cpp @@ -10,6 +10,7 @@ #include "common.h" #include "Utilities/log.h" #include "Engine/hud.h" +#include /**\class Log * \brief Main logging facilities for the code base. */ Index: head/games/epiar/pkg-descr =================================================================== --- head/games/epiar/pkg-descr (revision 442398) +++ head/games/epiar/pkg-descr (revision 442399) @@ -1,17 +1,17 @@ Epiar (ep-ee-are) is an open source computer game, in which the player navigates space from planet to planet, saving money to buy ship upgrades and new ships. The player can also join mercenary missions, attack other ships to steal their money and technology, and explore the universe. The game combines the action/arcade elements of aircraft dogfighting and the openness of role playing games to create this experience. Epiar is a space exploration/combat/trading game. The Escape Velocity (EV) series for the Mac was the major point of inspiration for this game. Other notable games of this genre include: - Elite (the original game EV was based on) - Star control 1/2 (and it's now open source successor Ur-Quan masters) - Star Flight - Solar Winds -WWW: https://github.com/knowknowledge/Epiar/ +WWW: https://github.com/knowknowledge/Epiar