svn commit: r399782 - head/www/pecl-APC

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Oct 19 20:22:26 UTC 2015


Author: sunpoet
Date: Mon Oct 19 20:22:24 2015
New Revision: 399782
URL: https://svnweb.freebsd.org/changeset/ports/399782

Log:
  - Convert to new options target helper

Modified:
  head/www/pecl-APC/Makefile

Modified: head/www/pecl-APC/Makefile
==============================================================================
--- head/www/pecl-APC/Makefile	Mon Oct 19 20:22:20 2015	(r399781)
+++ head/www/pecl-APC/Makefile	Mon Oct 19 20:22:24 2015	(r399782)
@@ -39,7 +39,7 @@ IPC_CONFIGURE_ARGS=	--disable-apc-mmap
 SEMAPHORES_CONFIGURE_ARGS=	--enable-apc-sem
 SPINLOCKS_CONFIGURE_ARGS=	--enable-apc-spinlocks
 
-post-install:
+post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
 


More information about the svn-ports-all mailing list