diff options
author | joerg <joerg@pkgsrc.org> | 2008-10-02 17:57:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-10-02 17:57:45 +0000 |
commit | 6665dc3b520f0c44e6b59904ead0e5c20f405c69 (patch) | |
tree | 0bb94b046df8682f53d775ce7178ea0169188d6d /misc | |
parent | c56007a8396c3f15504267c34c07a5af264a55f8 (diff) | |
download | pkgsrc-6665dc3b520f0c44e6b59904ead0e5c20f405c69.tar.gz |
Fix DESTDIR installation.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice2/Makefile b/misc/openoffice2/Makefile index 5c4e3818995..c05b1f5e707 100644 --- a/misc/openoffice2/Makefile +++ b/misc/openoffice2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2008/09/20 14:14:47 hira Exp $ +# $NetBSD: Makefile,v 1.51 2008/10/02 17:57:45 joerg Exp $ # OO_VER= 2.4.1 @@ -114,7 +114,7 @@ OO_RELEASE= OpenOffice.org${OO_VER} PLIST_SRC= ${PKGDIR}/PLIST PLIST_SRC+= ${WRKDIR}/PLIST MESSAGE_SUBST+= OO_RELEASE=${OO_RELEASE} -INSTALLATION_DIRS= bin ${OO_RELEASE} +INSTALLATION_DIRS= bin ${OO_RELEASE} share/applications OO_UNXNAME= openoffice.org2.4 OO_PKGPATH= ${WRKSRC}/instsetoo_native/${OPENOFFICE_OUTPATH}.pro/OpenOffice/portable/install |