--- Makefile.orig 2019-02-20 02:59:39.751332000 +0300 +++ Makefile 2019-02-20 03:03:13.085265000 +0300 @@ -3,6 +3,7 @@ PORTNAME= igbinary PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= converters MAINTAINER= sunpoet@FreeBSD.org @@ -13,4 +14,8 @@ USES= php:pecl +post-patch: + @${CP} ${WRKSRC}/src/php7/igbinary.h ${WRKSRC}/igbinary.h + @${CP} ${WRKSRC}/src/php7/php_igbinary.h ${WRKSRC}/php_igbinary.h + .include