aboutsummaryrefslogtreecommitdiffstats
path: root/x11/imwheel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/imwheel/Makefile')
-rw-r--r--x11/imwheel/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/imwheel/Makefile b/x11/imwheel/Makefile
index c6991f10a22..55476690714 100644
--- a/x11/imwheel/Makefile
+++ b/x11/imwheel/Makefile
@@ -18,9 +18,6 @@ USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gpm
-MAN1= imwheel.1
-
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:
@@ -30,8 +27,8 @@ post-patch:
post-install:
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/EMACS ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/EMACS ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>