diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-08 21:49:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-08 21:49:58 +0800 |
commit | 31ef5f9a26685468723996b282519f0a06ab709b (patch) | |
tree | cd0c0e1f9653ccc17761c7d4aa7f0f9921c1f506 /www | |
parent | be3cd33bc2f3bcef9603fd4c34cb8e0e00d4f477 (diff) | |
download | freebsd-ports-gnome-31ef5f9a26685468723996b282519f0a06ab709b.tar.gz freebsd-ports-gnome-31ef5f9a26685468723996b282519f0a06ab709b.tar.zst freebsd-ports-gnome-31ef5f9a26685468723996b282519f0a06ab709b.zip |
Convert PORTDATA=*, PORTDOCS=* and PORTEXAMPLES to PLIST entries
Diffstat (limited to 'www')
-rw-r--r-- | www/xapian-omega12/Makefile | 9 | ||||
-rw-r--r-- | www/xapian-omega12/pkg-plist | 16 |
2 files changed, 18 insertions, 7 deletions
diff --git a/www/xapian-omega12/Makefile b/www/xapian-omega12/Makefile index 01a6804df9c8..93f93d1eb554 100644 --- a/www/xapian-omega12/Makefile +++ b/www/xapian-omega12/Makefile @@ -32,11 +32,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= libtool localbase perl5 shebangfix tar:xz -MORE_PORTDOCS= AUTHORS ChangeLog NEWS README TODO -PORTDATA= * -PORTDOCS= * -PORTEXAMPLES= omega.conf - SHEBANG_FILES= dbi2omega htdig2omega mbox2omega ICONV_CONFIGURE_ON= ac_cv_search_iconv=${ICONV_LIB} @@ -50,10 +45,10 @@ post-patch: ${WRKSRC}/Makefile.in post-install-DOCS-on: - cd ${WRKSRC}/ && ${INSTALL_DATA} ${MORE_PORTDOCS} ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} AUTHORS ChangeLog NEWS README TODO ${STAGEDIR}${DOCSDIR}/ post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/ + ${INSTALL_DATA} ${WRKSRC}/omega.conf ${STAGEDIR}${EXAMPLESDIR}/ .include <bsd.port.mk> diff --git a/www/xapian-omega12/pkg-plist b/www/xapian-omega12/pkg-plist index 6f96a45f18f1..d520cc899ce3 100644 --- a/www/xapian-omega12/pkg-plist +++ b/www/xapian-omega12/pkg-plist @@ -5,5 +5,21 @@ bin/omindex bin/scriptindex man/man1/omindex.1.gz man/man1/scriptindex.1.gz +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/cgiparams.html +%%PORTDOCS%%%%DOCSDIR%%/encodings.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/omegascript.html +%%PORTDOCS%%%%DOCSDIR%%/overview.html +%%PORTDOCS%%%%DOCSDIR%%/quickstart.html +%%PORTDOCS%%%%DOCSDIR%%/scriptindex.html +%%PORTDOCS%%%%DOCSDIR%%/termprefixes.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/omega.conf +%%DATADIR%%/omega/htdig2omega.script +%%DATADIR%%/omega/mbox2omega.script %%WWWDIR%%/cgi-bin/omega %%WWWDIR%%/cgi-bin/outlookmsg2html |