aboutsummaryrefslogtreecommitdiff
path: root/games/opengfx
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-11-12 21:44:04 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-11-12 21:44:04 +0000
commit3c32b3acf59bf6de2f7c2193f7ff076d5a5d8979 (patch)
tree34fa8f26c3eb93308d22bbcc4fc07154c2a8d114 /games/opengfx
parent22e73a5770220f335bd10deaa4c447f906db9202 (diff)
Notes
Diffstat (limited to 'games/opengfx')
-rw-r--r--games/opengfx/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/opengfx/Makefile b/games/opengfx/Makefile
index 5808fb63e003..401f7ee014c1 100644
--- a/games/opengfx/Makefile
+++ b/games/opengfx/Makefile
@@ -12,14 +12,15 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-all
MAINTAINER= rum1cro@yandex.ru
COMMENT= Free alternative graphics for OpenTTD game engine
+LICENSE= GPLv2
+
USE_ZIP= yes
NO_BUILD= yes
LATEST_LINK= openttd-${PORTNAME}
-NO_STAGE= yes
do-install:
- @${MKDIR} ${PREFIX}/share/openttd/baseset/opengfx
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx
${INSTALL_DATA} ${WRKDIR}/opengfx-${PORTVERSION}/* \
- ${PREFIX}/share/openttd/baseset/opengfx
+ ${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx
.include <bsd.port.mk>