diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2013-11-08 13:35:39 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2013-11-08 13:35:39 +0000 |
commit | b82c9f88b328ce0da5a2773a84a19ed060dd10da (patch) | |
tree | 3fbf253879c7d388f5b83c7d411f4c846032f26d /sysutils/hourglass | |
parent | eaa18aed7ca50542a83ecf484972f15dbac57240 (diff) |
Notes
Diffstat (limited to 'sysutils/hourglass')
-rw-r--r-- | sysutils/hourglass/Makefile | 5 |
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 |