diff options
author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2001-09-08 09:05:54 +0000 |
---|---|---|
committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2001-09-08 09:05:54 +0000 |
commit | df36eba4c3a41ac04abe46f38da443be0484b150 (patch) | |
tree | 491025aca96003ffb3aa45b2ab875f04c3dbc3be /devel/strace | |
parent | Respect NOPORTDOCS (diff) |
Don't ignore ${MKDIR}'s return status.
Diffstat (limited to 'devel/strace')
-rw-r--r-- | devel/strace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/strace/Makefile b/devel/strace/Makefile index 3f4f229d76b7..5c825579fe29 100644 --- a/devel/strace/Makefile +++ b/devel/strace/Makefile @@ -24,7 +24,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/strace ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/strace-graph ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/strace.1 ${PREFIX}/man/man1 - -${MKDIR} ${PREFIX}/share/strace + ${MKDIR} ${PREFIX}/share/strace ${INSTALL_DATA} ${WRKSRC}/xlate.el ${PREFIX}/share/strace .include <bsd.port.mk> |