diff options
author | manu <manu@pkgsrc.org> | 2017-07-09 13:46:32 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2017-07-09 13:46:32 +0000 |
commit | 4e84f9ca2288f80283c68216cd3e5305d422b257 (patch) | |
tree | 4b28022519839bacbaf5478f1cf897d65270269e /misc | |
parent | 22b6d34094573c3d4dd872d020585c2929d6d561 (diff) | |
download | pkgsrc-4e84f9ca2288f80283c68216cd3e5305d422b257.tar.gz |
Make path information easily available for upcoming converters/unoconv package
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libreoffice/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index ec52075b5c5..8dea66415e8 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.114 2017/07/03 12:35:41 ryoon Exp $ +# $NetBSD: Makefile,v 1.115 2017/07/09 13:46:32 manu Exp $ VERREL= 5.3.4 VERRC= 2 VER= ${VERREL}.${VERRC} DISTNAME= libreoffice-${VER} +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ EXTRACT_SUFX= .tar.xz @@ -250,6 +251,11 @@ do-install: ${MKDIR} ${d} .endfor +UNO_PATH=${PREFIX}/${PKGNAME}/lib/libreoffice/program + +BUILD_DEFS+= UNO_PATH +BUILD_DEFS+= PYTHONBIN + #post-install: #.for f in ${LO_PROGRAMS} # cd ${DESTDIR}${PREFIX}/bin && ${LN} -s ../${PKGNAME_NOREV}/program/${f} |