Date: Tue, 5 Jun 2018 18:55:14 +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: r471774 - head/www/xapian-omega Message-ID: <201806051855.w55ItEfq039778@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Jun 5 18:55:14 2018 New Revision: 471774 URL: https://svnweb.freebsd.org/changeset/ports/471774 Log: Install templates - Bump PORTREVISION for package change Requested by: O'Connor, Daniel <darius@dons.net.au> Modified: head/www/xapian-omega/Makefile head/www/xapian-omega/pkg-plist Modified: head/www/xapian-omega/Makefile ============================================================================== --- head/www/xapian-omega/Makefile Tue Jun 5 18:49:53 2018 (r471773) +++ head/www/xapian-omega/Makefile Tue Jun 5 18:55:14 2018 (r471774) @@ -3,6 +3,7 @@ PORTNAME= xapian-omega PORTVERSION= 1.4.5 +PORTERVISION= 1 CATEGORIES= www MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet @@ -50,5 +51,6 @@ post-install-DOCS-on: post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/omega.conf ${STAGEDIR}${EXAMPLESDIR}/ + cd ${WRKSRC}/ && ${COPYTREE_SHARE} templates ${STAGEDIR}${EXAMPLESDIR}/ .include <bsd.port.mk> Modified: head/www/xapian-omega/pkg-plist ============================================================================== --- head/www/xapian-omega/pkg-plist Tue Jun 5 18:49:53 2018 (r471773) +++ head/www/xapian-omega/pkg-plist Tue Jun 5 18:55:14 2018 (r471774) @@ -21,6 +21,14 @@ man/man1/scriptindex.1.gz %%PORTDOCS%%%%DOCSDIR%%/scriptindex.html %%PORTDOCS%%%%DOCSDIR%%/termprefixes.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/omega.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/godmode +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/inc/anyalldropbox +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/inc/anyallradio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/inc/toptermsjs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/opensearch +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/query +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/topterms +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/xml %%DATADIR%%/omega/htdig2omega.script %%DATADIR%%/omega/mbox2omega.script %%WWWDIR%%/cgi-bin/mhtml2html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806051855.w55ItEfq039778>