aboutsummaryrefslogtreecommitdiffstats
path: root/games/heretic/Makefile
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2011-06-08 19:46:40 +0800
committeroliver <oliver@FreeBSD.org>2011-06-08 19:46:40 +0800
commit680df2ea45a02857b5783c1f2363a599267168ed (patch)
tree84b0f86025955453f14b61822c094993f4042da5 /games/heretic/Makefile
parentd218aeb4c4ecd28ae601330408fc3a1c0b726dc7 (diff)
downloadfreebsd-ports-gnome-680df2ea45a02857b5783c1f2363a599267168ed.tar.gz
freebsd-ports-gnome-680df2ea45a02857b5783c1f2363a599267168ed.tar.zst
freebsd-ports-gnome-680df2ea45a02857b5783c1f2363a599267168ed.zip
adding respawnaritfacts and configurable shortkeys
bump PORTREVISION PR: ports/156536 Submitted By: Kalten <kalten@gmx.at>
Diffstat (limited to 'games/heretic/Makefile')
-rw-r--r--games/heretic/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/games/heretic/Makefile b/games/heretic/Makefile
index 38b763d33f5c..d64de59999fc 100644
--- a/games/heretic/Makefile
+++ b/games/heretic/Makefile
@@ -7,7 +7,7 @@
PORTNAME= heretic
PORTVERSION= 1.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= http://heretic.linuxgames.com/heretic/src/:source \
http://heretic.linuxgames.com/wad/:wad
@@ -72,8 +72,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/heretic_share.wad ${PREFIX}/share/heretic
.endif
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/heretic
- ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/heretic
+ @${MKDIR} ${DOCSDIR}
+.for i in "End User License Heretic Source Code.txt" Gamekeys.txt README.txt AUTHORS SourceReadme.txt Changelog README.opengl
+ ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}
+.endfor
.endif
.include <bsd.port.post.mk>