Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2019 22:41:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492945 - head/converters/pecl-igbinary
Message-ID:  <201902142241.x1EMf7bx052191@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902142241.x1EMf7bx052191>