aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/mouseclock
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-01-11 12:51:31 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-01-11 12:51:31 +0000
commit6aae51b6c6bed4f950fa25b15ef65f22046b90d2 (patch)
tree6232801a80e99c7ac83d529429412cd9e62d9eb1 /x11-clocks/mouseclock
parentf41f2099de95074829f9a4a925d7574711edb5c2 (diff)
downloadports-6aae51b6c6bed4f950fa25b15ef65f22046b90d2.tar.gz
ports-6aae51b6c6bed4f950fa25b15ef65f22046b90d2.zip
Support stagedir.
Submitted by: portmgr (blanket infrastructure)
Notes
Notes: svn path=/head/; revision=339424
Diffstat (limited to 'x11-clocks/mouseclock')
-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>