diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-06-25 20:51:21 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-06-25 20:51:21 +0000 |
commit | 4d94fa712e2dc36e2d72b61321c68cbc7b9e6222 (patch) | |
tree | 40afa3791e96f4142eee5ba94baacad7a4350a1b /editors/openoffice.org-3-RC | |
parent | - Fixed packaging error by adding USE_GMAKE and patching Makefiles (diff) |
Build fix.
Spotted by: QAT
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 3f31124ef613..ddda72adcbb1 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -250,7 +250,7 @@ do-install: @cd ${WRKDIR}/tmp/opt/ ; ${TAR} cf - -C . . | ${TAR} xf - -C ${PREFIX}/${INSTALLATION_BASEDIR} .endif @${MKDIR} ${PREFIX}/${INSTALLATION_BASEDIR}/extensions/ - @cd ${WRKSRC}/solver/310/unxfbsdi.pro/bin/ ; ${INSTALL_DATA} ${OOOEXTENSIONS} ${PREFIX}/${INSTALLATION_BASEDIR}/extensions/ + @cd ${WRKSRC}/solver/310/unxfbsd?.pro/bin/ ; ${INSTALL_DATA} ${OOOEXTENSIONS} ${PREFIX}/${INSTALLATION_BASEDIR}/extensions/ post-install: @${ECHO_MSG} "===> Add wrapper scripts"; |