diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-13 01:22:39 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-13 01:22:39 +0800 |
commit | 5b7f179d80e2af9bc932e384855f9b1e7d146abe (patch) | |
tree | 6f4394c291ae6a8d5c5b6c59337d53d60c6e0829 /www | |
parent | 7ead3ce0e958d11396a68e2e6e61b640b99a3b2b (diff) | |
download | freebsd-ports-gnome-5b7f179d80e2af9bc932e384855f9b1e7d146abe.tar.gz freebsd-ports-gnome-5b7f179d80e2af9bc932e384855f9b1e7d146abe.tar.zst freebsd-ports-gnome-5b7f179d80e2af9bc932e384855f9b1e7d146abe.zip |
- Switch to options helpers
Diffstat (limited to 'www')
-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} |