aboutsummaryrefslogtreecommitdiff
path: root/sysutils/hourglass
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2013-11-08 13:35:39 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2013-11-08 13:35:39 +0000
commitb82c9f88b328ce0da5a2773a84a19ed060dd10da (patch)
tree3fbf253879c7d388f5b83c7d411f4c846032f26d /sysutils/hourglass
parenteaa18aed7ca50542a83ecf484972f15dbac57240 (diff)
Notes
Diffstat (limited to 'sysutils/hourglass')
-rw-r--r--sysutils/hourglass/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/hourglass/Makefile b/sysutils/hourglass/Makefile
index 2d64e9287300..6480ff1ace1c 100644
--- a/sysutils/hourglass/Makefile
+++ b/sysutils/hourglass/Makefile
@@ -17,7 +17,6 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/busy bin/hourglass
PORTDOCS= CALIBRATION
-NO_STAGE= yes
.include <bsd.port.options.mk>
THREAD_LIBS= -pthread
@@ -32,9 +31,9 @@ post-patch:
post-install:
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
. for doc in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
. endfor
.endif