diff options
Diffstat (limited to 'editors/openoffice.org-2.0-devel/Makefile')
-rw-r--r-- | editors/openoffice.org-2.0-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile index a11269f11635..39f36d8bda02 100644 --- a/editors/openoffice.org-2.0-devel/Makefile +++ b/editors/openoffice.org-2.0-devel/Makefile @@ -536,9 +536,9 @@ post-install: -e 's#%%BUILD_NR%%#${BUILD_NR}#g' \ -e 's#%%RELEASE_NR%%#${RELEASE_NR}#g' \ -e 's#%%FRELEASE_NR%%#${FRELEASE_NR}#g' \ - ${WRKDIR}/openoffice \ + ${WRKDIR}/openoffice-wrapper \ ${WRKDIR}/freebsd-local.sh - @${INSTALL_SCRIPT} ${WRKDIR}/openoffice \ + @${INSTALL_SCRIPT} ${WRKDIR}/openoffice-wrapper \ ${PREFIX}/bin/openoffice-${RELEASE_NR} @${INSTALL_SCRIPT} ${WRKDIR}/freebsd-local.sh \ ${PREFIX}/${INSTALLATION_BASEDIR}/freebsd-local.sh |