svn commit: r477015 - head/devel/pecl-zookeeper
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 12 17:33:49 UTC 2018
Author: sunpoet
Date: Sun Aug 12 17:33:47 2018
New Revision: 477015
URL: https://svnweb.freebsd.org/changeset/ports/477015
Log:
Use PORTDATA
Modified:
head/devel/pecl-zookeeper/Makefile
Modified: head/devel/pecl-zookeeper/Makefile
==============================================================================
--- head/devel/pecl-zookeeper/Makefile Sun Aug 12 17:33:42 2018 (r477014)
+++ head/devel/pecl-zookeeper/Makefile Sun Aug 12 17:33:47 2018 (r477015)
@@ -17,7 +17,7 @@ IGNORE_WITH_PHP=56
USE_PHP= session:build
USES= php:pecl
-PLIST_FILES= %%DATADIR%%/zookeeper-api.php
+PORTDATA= zookeeper-api.php
post-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
More information about the svn-ports-all
mailing list