Index: head/www/unit-php56/Makefile =================================================================== --- head/www/unit-php56/Makefile (revision 459540) +++ head/www/unit-php56/Makefile (revision 459541) @@ -1,26 +1,28 @@ # Created by: Li-Wen Hsu # $FreeBSD$ PHP_VER?= 56 PKGNAMESUFFIX= -php${PHP_VER} COMMENT= PHP module for NGINX Unit PLIST_FILES= libexec/unit/modules/php${PHP_VER}.unit.so USES= php:build,embed +USE_RC_SUBR?= # reset to empty + MASTERDIR= ${.CURDIR}/../unit post-configure: cd ${CONFIGURE_WRKSRC} && \ ./configure php --lib-path=${LOCALBASE}/lib \ --module=php${PHP_VER} do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/unit/modules/ ${INSTALL_LIB} ${WRKSRC}/build/php${PHP_VER}.unit.so \ ${STAGEDIR}${PREFIX}/libexec/unit/modules/ .include "${MASTERDIR}/Makefile"