aboutsummaryrefslogtreecommitdiff
path: root/games/newvox
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-04 20:40:43 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-04 20:40:43 +0000
commit976b9be52747667cd3e3dbd6717ace3e0412fe29 (patch)
tree5d8507a64797f3bbdaead9cd4cc9a0fbfd680742 /games/newvox
parent2a8e78d51a087365af2bab9aca7377e5ecd101c5 (diff)
downloadports-976b9be52747667cd3e3dbd6717ace3e0412fe29.tar.gz
ports-976b9be52747667cd3e3dbd6717ace3e0412fe29.zip
Notes
Diffstat (limited to 'games/newvox')
-rw-r--r--games/newvox/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/games/newvox/Makefile b/games/newvox/Makefile
index 499e854f7f03..3d5c2b171b25 100644
--- a/games/newvox/Makefile
+++ b/games/newvox/Makefile
@@ -14,12 +14,11 @@ USE_SDL= sdl
GNU_CONFIGURE= yes
LDFLAGS+= -lm
-NO_STAGE= yes
+OPTIONS_DEFINE= DOCS
+
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/newvox ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/newvox
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/newvox
-.endif
+ ${INSTALL_PROGRAM} ${WRKSRC}/newvox ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/newvox
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${PREFIX}/share/doc/newvox
.include <bsd.port.mk>