summaryrefslogtreecommitdiff
path: root/devel/nasm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/nasm/Makefile')
-rw-r--r--devel/nasm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/nasm/Makefile b/devel/nasm/Makefile
index 305e9eaf9147..3e417f8f224f 100644
--- a/devel/nasm/Makefile
+++ b/devel/nasm/Makefile
@@ -19,5 +19,7 @@ do-install:
cd ${WRKSRC} && \
${INSTALL_PROGRAM} nasm ndisasm ${PREFIX}/bin &&\
${INSTALL_MAN} nasm.1 ndisasm.1 ${PREFIX}/man/man1
+ $(MKDIR) -p $(PREFIX)/share/nasm
+ ${INSTALL_MAN} $(WRKSRC)/*.doc $(PREFIX)/share/nasm
.include <bsd.port.mk>