svn commit: r492945 - head/converters/pecl-igbinary

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 14 22:41:14 UTC 2019


Author: sunpoet
Date: Thu Feb 14 22:41:06 2019
New Revision: 492945
URL: https://svnweb.freebsd.org/changeset/ports/492945

Log:
  Clean up Makefile

Modified:
  head/converters/pecl-igbinary/Makefile

Modified: head/converters/pecl-igbinary/Makefile
==============================================================================
--- head/converters/pecl-igbinary/Makefile	Thu Feb 14 22:41:01 2019	(r492944)
+++ head/converters/pecl-igbinary/Makefile	Thu Feb 14 22:41:06 2019	(r492945)
@@ -14,7 +14,7 @@ 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 <bsd.port.mk>


More information about the svn-ports-all mailing list