summaryrefslogtreecommitdiff
path: root/x11-clocks/mouseclock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-clocks/mouseclock/Makefile')
-rw-r--r--x11-clocks/mouseclock/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-clocks/mouseclock/Makefile b/x11-clocks/mouseclock/Makefile
index 0fe0c8697e9a..def70a5ec464 100644
--- a/x11-clocks/mouseclock/Makefile
+++ b/x11-clocks/mouseclock/Makefile
@@ -14,11 +14,10 @@ COMMENT= Display the current time using the X root cursor
USES= imake:notall
USE_XORG= x11
-NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>