diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:22:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:22:24 +0000 |
commit | 9258bda93a7a687333737f7d267f2e6269be6e46 (patch) | |
tree | 313559d101f6ea5c4bd69fe3ea43d7a7f14f9898 | |
parent | 54d70d5b0c390241cc7caf8dc44ae7e78157ad08 (diff) | |
download | freebsd-ports-9258bda93a7a687333737f7d267f2e6269be6e46.zip |
- Convert to new options target helper
-rw-r--r-- | www/pecl-APC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pecl-APC/Makefile b/www/pecl-APC/Makefile index 794714bf3f55..e8d22afd7d81 100644 --- a/www/pecl-APC/Makefile +++ b/www/pecl-APC/Makefile @@ -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}/ |