svn commit: r451534 - head/databases/php-xapian
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Oct 8 13:48:54 UTC 2017
Author: sunpoet
Date: Sun Oct 8 13:48:52 2017
New Revision: 451534
URL: https://svnweb.freebsd.org/changeset/ports/451534
Log:
Change PLIST_FILES, PORTDATA=* and PORTDOCS=* to PLIST entries
Added:
head/databases/php-xapian/pkg-plist (contents, props changed)
Modified:
head/databases/php-xapian/Makefile
Modified: head/databases/php-xapian/Makefile
==============================================================================
--- head/databases/php-xapian/Makefile Sun Oct 8 13:48:47 2017 (r451533)
+++ head/databases/php-xapian/Makefile Sun Oct 8 13:48:52 2017 (r451534)
@@ -32,10 +32,7 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool php:build tar:xz
-PLIST_FILES= lib/php/${PHP_EXT_DIR}/xapian.a \
- lib/php/${PHP_EXT_DIR}/xapian.so
-PORTDATA= *
-PORTDOCS= *
+PLIST_SUB= PHP_EXT_DIR=${PHP_EXT_DIR} PHP_MAJOR_VER=${PHP_VER:C|.$||}
.include <bsd.port.pre.mk>
Added: head/databases/php-xapian/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/php-xapian/pkg-plist Sun Oct 8 13:48:52 2017 (r451534)
@@ -0,0 +1,8 @@
+lib/php/%%PHP_EXT_DIR%%/xapian.a
+lib/php/%%PHP_EXT_DIR%%/xapian.so
+%%DATADIR%%/php%%PHP_MAJOR_VER%%/xapian.php
+%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleexpand.php%%PHP_MAJOR_VER%%
+%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleindex.php%%PHP_MAJOR_VER%%
+%%PORTDOCS%%%%DOCSDIR%%/php/examples/simplematchdecider.php%%PHP_MAJOR_VER%%
+%%PORTDOCS%%%%DOCSDIR%%/php/examples/simplesearch.php%%PHP_MAJOR_VER%%
+%%PORTDOCS%%%%DOCSDIR%%/php/index.html
More information about the svn-ports-head
mailing list