aboutsummaryrefslogtreecommitdiff
path: root/games/xevil
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-13 02:47:39 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-13 02:47:39 +0000
commit30e77848f265b0bb542937e84674f2cea10f53f0 (patch)
tree2f5c0f3824deef990331df7ea7ef087d81633a5f /games/xevil
parentca7623958f295f3fd99d965386a442d69c0291be (diff)
downloadports-30e77848f265b0bb542937e84674f2cea10f53f0.tar.gz
ports-30e77848f265b0bb542937e84674f2cea10f53f0.zip
Notes
Diffstat (limited to 'games/xevil')
-rw-r--r--games/xevil/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/games/xevil/Makefile b/games/xevil/Makefile
index 67316901407c..85baf9464796 100644
--- a/games/xevil/Makefile
+++ b/games/xevil/Makefile
@@ -28,20 +28,15 @@ ALL_TARGET= ${OPSYS:L}
PORTDOCS= *
PLIST_FILES= bin/${PORTNAME}
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
post-patch:
@${FIND} ${WRKSRC} -name "*.xpm" | ${XARGS} ${REINPLACE_CMD} -e \
's|^static char|static const char|'
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/x11/${OPSYS:U}/${PORTNAME} ${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
- @${MKDIR} ${DOCSDIR}/instructions
- ${INSTALL_DATA} ${WRKSRC}/instructions/* ${DOCSDIR}/instructions
-.endif
+ ${INSTALL_PROGRAM} ${WRKSRC}/x11/${OPSYS:U}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}/instructions
+ ${INSTALL_DATA} ${WRKSRC}/instructions/* ${STAGEDIR}${DOCSDIR}/instructions
.include <bsd.port.mk>