diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-12 17:22:39 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-12 17:22:39 +0000 |
commit | 7754a2be2ca3366342c495bd98807eb2a7f9eab0 (patch) | |
tree | 6f4394c291ae6a8d5c5b6c59337d53d60c6e0829 /www/erwn | |
parent | 944625b063830ed4e36bacc2ec307a6fca494e08 (diff) | |
download | ports-7754a2be2ca3366342c495bd98807eb2a7f9eab0.tar.gz ports-7754a2be2ca3366342c495bd98807eb2a7f9eab0.zip |
Notes
Diffstat (limited to 'www/erwn')
-rw-r--r-- | www/erwn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/erwn/Makefile b/www/erwn/Makefile index c16c5db5bc1f..22b68ce8c19b 100644 --- a/www/erwn/Makefile +++ b/www/erwn/Makefile @@ -26,7 +26,7 @@ post-patch: @${REINPLACE_CMD} -e "s|gtkhtml-3.6|gtkhtml-3.14|g" \ ${WRKSRC}/configure -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} |