diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-16 00:29:08 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-16 00:29:08 +0800 |
commit | ee707cf64d8f472fd28179bdf6cb48cfce455685 (patch) | |
tree | b4f43c47ab0a31019e823ecceffcbf9ee2bac358 /deskutils/pinot | |
parent | 128c368f03724627aba0a6fecc83dda880adacee (diff) | |
download | freebsd-ports-gnome-ee707cf64d8f472fd28179bdf6cb48cfce455685.tar.gz freebsd-ports-gnome-ee707cf64d8f472fd28179bdf6cb48cfce455685.tar.zst freebsd-ports-gnome-ee707cf64d8f472fd28179bdf6cb48cfce455685.zip |
- Switch to USES=libarchive as suggested by stage-qa
- Switch to options helpers
- Add missing files to plist
Approved by: portmgr blanket
Diffstat (limited to 'deskutils/pinot')
-rw-r--r-- | deskutils/pinot/Makefile | 4 | ||||
-rw-r--r-- | deskutils/pinot/pkg-plist | 7 |
2 files changed, 10 insertions, 1 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 131ffa143398..0f35b9d4e476 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -46,7 +46,7 @@ CONFIGURE_ENV= MKDIR_P="${MKDIR}" CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -USES= gettext libtool pkgconfig python shebangfix +USES= gettext libarchive libtool pkgconfig python shebangfix USE_OPENSSL= yes USE_SQLITE= 3 USE_XORG= pixman @@ -94,6 +94,8 @@ pre-configure: post-install: ${TOUCH} ${STAGEDIR}${DATADIR}/stopwords/.empty_file + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} diff --git a/deskutils/pinot/pkg-plist b/deskutils/pinot/pkg-plist index 655059508e7b..628cf10c5a1a 100644 --- a/deskutils/pinot/pkg-plist +++ b/deskutils/pinot/pkg-plist @@ -70,12 +70,19 @@ include/pinot/filters/HtmlFilter.h include/pinot/filters/HtmlParser.h include/pinot/filters/TextFilter.h include/pinot/filters/XmlFilter.h +include/pinot/xdgmime/xdgmime.c include/pinot/xdgmime/xdgmime.h +include/pinot/xdgmime/xdgmimealias.c include/pinot/xdgmime/xdgmimealias.h +include/pinot/xdgmime/xdgmimecache.c include/pinot/xdgmime/xdgmimecache.h +include/pinot/xdgmime/xdgmimeglob.c include/pinot/xdgmime/xdgmimeglob.h +include/pinot/xdgmime/xdgmimeint.c include/pinot/xdgmime/xdgmimeint.h +include/pinot/xdgmime/xdgmimemagic.c include/pinot/xdgmime/xdgmimemagic.h +include/pinot/xdgmime/xdgmimeparent.c include/pinot/xdgmime/xdgmimeparent.h lib/pinot/backends/libxapianbackend.so lib/pinot/backends/libxapianbackend.so.1 |