Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 13:48:52 +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: r451534 - head/databases/php-xapian
Message-ID:  <201710081348.v98DmqKl099011@repo.freebsd.org>

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



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