diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-02-11 02:03:16 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-02-11 02:03:16 +0000 |
commit | fa13219d62cd029235412796752cf9cd04f97d5e (patch) | |
tree | 1012c90d2a0670ee163e6cee76590cfbd28c42d3 /editors/openoffice.org-1.1 | |
parent | 718e9b7e4c32650e40175e4fede45031c80f4188 (diff) | |
download | ports-fa13219d62cd029235412796752cf9cd04f97d5e.tar.gz ports-fa13219d62cd029235412796752cf9cd04f97d5e.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-1.1')
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index 86db0e44bdf6..4d96437363e7 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -238,7 +238,7 @@ post-install: @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sweb @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-swriter @${PRINTF} "bin/openoffice.org\n" > ${TMPPLIST} - @cd ${PREFIX} ; ${FIND} -s bin -type f | ${GREP} ${EXECBASE} > ${TMPPLIST} + @cd ${PREFIX} ; ${FIND} -s bin -type f | ${GREP} ${EXECBASE} >> ${TMPPLIST} @cd ${PREFIX} ; ${FIND} -s bin -type l | ${GREP} ${EXECBASE} >> ${TMPPLIST} @cd ${PREFIX} ; ${FIND} -s ${INSTALLATION_BASEDIR} -type f >> ${TMPPLIST} @cd ${PREFIX} ; ${FIND} -s ${INSTALLATION_BASEDIR} -type l >> ${TMPPLIST} |