svn commit: r492017 - head/net/sippy_b2bua

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 2 21:56:46 UTC 2019


Author: sunpoet
Date: Sat Feb  2 21:56:39 2019
New Revision: 492017
URL: https://svnweb.freebsd.org/changeset/ports/492017

Log:
  Convert to options target helper

Modified:
  head/net/sippy_b2bua/Makefile

Modified: head/net/sippy_b2bua/Makefile
==============================================================================
--- head/net/sippy_b2bua/Makefile	Sat Feb  2 21:56:33 2019	(r492016)
+++ head/net/sippy_b2bua/Makefile	Sat Feb  2 21:56:39 2019	(r492017)
@@ -23,7 +23,7 @@ DOCS=		COPYING README
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-all mailing list