Index: head/converters/pecl-igbinary/Makefile =================================================================== --- head/converters/pecl-igbinary/Makefile (revision 492944) +++ head/converters/pecl-igbinary/Makefile (revision 492945) @@ -1,20 +1,20 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= igbinary PORTVERSION= 2.0.8 CATEGORIES= converters MAINTAINER= sunpoet@FreeBSD.org COMMENT= Replacement for the standard PHP serializer LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= php:pecl post-patch: - @${CP} ${WRKSRC}/src/php${PHP_VER:C|.$||}/igbinary.h ${WRKSRC}/igbinary.h - @${CP} ${WRKSRC}/src/php${PHP_VER:C|.$||}/php_igbinary.h ${WRKSRC}/php_igbinary.h + @${CP} ${WRKSRC}/src/php7/igbinary.h ${WRKSRC}/igbinary.h + @${CP} ${WRKSRC}/src/php7/php_igbinary.h ${WRKSRC}/php_igbinary.h .include