svn commit: r471774 - head/www/xapian-omega

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jun 5 18:55:15 UTC 2018


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 at 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


More information about the svn-ports-all mailing list