diff options
Diffstat (limited to 'deskutils/pinot/Makefile')
-rw-r--r-- | deskutils/pinot/Makefile | 4 |
1 files changed, 3 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} |