aboutsummaryrefslogtreecommitdiff
path: root/audio/flite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/flite/Makefile')
-rw-r--r--audio/flite/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/flite/Makefile b/audio/flite/Makefile
index 92841cf6d51a..b699ef072349 100644
--- a/audio/flite/Makefile
+++ b/audio/flite/Makefile
@@ -23,4 +23,10 @@ USE_LDCONFIG= yes
CFLAGS:= ${CFLAGS:N-O:N-O[0123456789]} -O0
+.ifndef NOPORTDOCS
+post-install:
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
.include <bsd.port.post.mk>