diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-15 16:31:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-15 16:31:49 +0000 |
commit | 55e6b0204ae027a7b5b66e194d782415306f260a (patch) | |
tree | eaefd7e99b106ec3b021a1e013609c534808c439 /misc/openoffice2 | |
parent | 0a20466c526cc3f8b085664a968b8592deafa46f (diff) | |
download | pkgsrc-55e6b0204ae027a7b5b66e194d782415306f260a.tar.gz |
Add missing directories. Otherwise installation fails silently.
Diffstat (limited to 'misc/openoffice2')
-rw-r--r-- | misc/openoffice2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/openoffice2/Makefile b/misc/openoffice2/Makefile index e06fc7763e4..f86ab1266c1 100644 --- a/misc/openoffice2/Makefile +++ b/misc/openoffice2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2009/02/09 22:56:25 joerg Exp $ +# $NetBSD: Makefile,v 1.65 2009/02/15 16:31:49 joerg Exp $ # OO_VER= 2.4.2 @@ -135,7 +135,8 @@ PLIST_SUBST+= OO_UNXNAME=${OO_UNXNAME} PLIST_SUBST+= OO_ICON_PREFIX=openofficeorg24 MESSAGE_SUBST+= OO_PREFIX=${OO_PREFIX} INSTALLATION_DIRS= bin lib/${OO_RELEASE} share/applications \ - share/mime-info share/packages + share/application-registry share/mime-info \ + share/packages share/mime/packages OO_UNXNAME= openoffice.org2.4 OO_PKGPATH= ${WRKSRC}/instsetoo_native/${OPENOFFICE_OUTPATH}.pro/OpenOffice/portable/install |