diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2016-07-26 04:26:47 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2016-07-26 04:26:47 +0000 |
commit | f7d785ceffd1d02c0aac459144953a1fd4467375 (patch) | |
tree | daca884898434432a0d9ac1090b90c770e0aa348 | |
parent | 533b987586e9c32b38a8c8698ae707d26a0eae2a (diff) | |
download | pkgsrc-f7d785ceffd1d02c0aac459144953a1fd4467375.tar.gz |
Adapt to changes to PHP module infrastructure to automatically
activate them. Since this is a build fix, no PKGREVISION bump.
-rw-r--r-- | devel/php-xcache/Makefile | 3 | ||||
-rw-r--r-- | devel/php-xcache/PLIST | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/devel/php-xcache/Makefile b/devel/php-xcache/Makefile index 356ad94cc41..1d94ade62d3 100644 --- a/devel/php-xcache/Makefile +++ b/devel/php-xcache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/12/19 14:27:13 taca Exp $ +# $NetBSD: Makefile,v 1.4 2016/07/26 04:26:47 jnemeth Exp $ MODNAME= xcache PECL_VERSION= 3.2.0 @@ -37,7 +37,6 @@ MESSAGE_SUBST= PHP_PKG_PREFIX=${PHP_PKG_PREFIX} .include "options.mk" post-install: - ${INSTALL_DATA} ${WRKSRC}/xcache.ini ${DESTDIR}${PREFIX}/${EGDIR} ${INSTALL_DATA} ${WRKSRC}/htdocs/*.php ${DESTDIR}${PREFIX}/${XCACHE_DIR} for i in cacher common coverager diagnosis; do \ ${INSTALL_DATA} ${WRKSRC}/htdocs/$$i/*.* \ diff --git a/devel/php-xcache/PLIST b/devel/php-xcache/PLIST index de0786038c7..b52fff78f33 100644 --- a/devel/php-xcache/PLIST +++ b/devel/php-xcache/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2015/03/21 21:35:07 rodent Exp $ -share/examples/${PHP_PKG_PREFIX}-xcache/xcache.ini +@comment $NetBSD: PLIST,v 1.3 2016/07/26 04:26:47 jnemeth Exp $ share/${PHP_PKG_PREFIX}-xcache/cacher/cacher.css share/${PHP_PKG_PREFIX}-xcache/cacher/common.php share/${PHP_PKG_PREFIX}-xcache/cacher/config.default.php |