diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-02-28 14:33:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-02-28 14:33:59 +0000 |
commit | f3916c9b9a29115f372b33530f78811e47f51010 (patch) | |
tree | 3ae97e3d679870cde87ac09faa9f9e05bf7d137c /editors/libreoffice/Makefile | |
parent | 14ff57d80d63b6df44a1c26dcbcaa5ccb4c32e74 (diff) |
Notes
Diffstat (limited to 'editors/libreoffice/Makefile')
-rw-r--r-- | editors/libreoffice/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index f3c2929dcb83..46e248d4d830 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -19,10 +19,10 @@ MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/ \ MAINTAINER= bapt@FreeBSD.org COMMENT= Full integrated office productivity suite -LOFFICE_COMPONENTS= artwork base bootstrap calc components extensions \ - extras filters help impress l10n libs-core libs-extern \ - libs-extern-sys libs-gui postprocess sdk testing \ - ure writer +LOFFICE_COMPONENTS= artwork base bootstrap calc components extensions \ + extras filters help impress l10n libs-core libs-extern \ + libs-extern-sys libs-gui postprocess sdk testing \ + ure writer DIST_SUBDIR= libreoffice DISTFILES+= ${PORTNAME}-build-${LOVERSION}.tar.gz @@ -80,7 +80,7 @@ LIB_DEPENDS= mdbsql.0:${PORTSDIR}/databases/mdbtools \ lpsolve55.1:${PORTSDIR}/math/lp_solve \ cppunit:${PORTSDIR}/devel/cppunit -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ +BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip \ gcp:${PORTSDIR}/sysutils/coreutils \ gpatch:${PORTSDIR}/devel/patch \ @@ -326,7 +326,6 @@ post-install: @cd ${LODESTDIR}/${PREFIX}/lib && ${FIND} -d * -type d | \ ${SED} -e 's|^|@dirrm lib/|' >> ${PLISTD} - .for subdir in icons pixmaps mime applications @cd ${LODESTDIR}/${PREFIX}/share/${subdir} && ${FIND} -H -s * -type f -o -type l | \ ${SED} -e 's|^|share/${subdir}/|' >> ${PLISTF} |