svn commit: r401382 - head/www/erwn

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Nov 12 17:22:40 UTC 2015


Author: amdmi3
Date: Thu Nov 12 17:22:39 2015
New Revision: 401382
URL: https://svnweb.freebsd.org/changeset/ports/401382

Log:
  - Switch to options helpers

Modified:
  head/www/erwn/Makefile

Modified: head/www/erwn/Makefile
==============================================================================
--- head/www/erwn/Makefile	Thu Nov 12 17:22:11 2015	(r401381)
+++ head/www/erwn/Makefile	Thu Nov 12 17:22:39 2015	(r401382)
@@ -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}
 


More information about the svn-ports-all mailing list