svn commit: r403470 - head/devel/libfwsi

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 10 21:27:31 UTC 2015


Author: amdmi3
Date: Thu Dec 10 21:27:30 2015
New Revision: 403470
URL: https://svnweb.freebsd.org/changeset/ports/403470

Log:
  - Switch to options helpers
  
  Approved by:	portmgr blanket

Modified:
  head/devel/libfwsi/Makefile

Modified: head/devel/libfwsi/Makefile
==============================================================================
--- head/devel/libfwsi/Makefile	Thu Dec 10 21:26:39 2015	(r403469)
+++ head/devel/libfwsi/Makefile	Thu Dec 10 21:27:30 2015	(r403470)
@@ -24,7 +24,7 @@ PORTDOCS=	AUTHORS ChangeLog
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-head mailing list