diff options
author | maho <maho@FreeBSD.org> | 2005-09-21 14:47:45 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-09-21 14:47:45 +0800 |
commit | a73fec6e154370e364c82f3a79a1592e4907b9dc (patch) | |
tree | 2fecd5b53ee6e1ebfc3b2330d08aa1f185e04cfe /editors/openoffice.org-2.0-devel | |
parent | ebdd336ad75d540457d20aec8afa09f41052291a (diff) | |
download | freebsd-ports-gnome-a73fec6e154370e364c82f3a79a1592e4907b9dc.tar.gz freebsd-ports-gnome-a73fec6e154370e364c82f3a79a1592e4907b9dc.tar.zst freebsd-ports-gnome-a73fec6e154370e364c82f3a79a1592e4907b9dc.zip |
no longer exist for Ooo 2.0:
sagenda, sfax, setup, sweb
Diffstat (limited to 'editors/openoffice.org-2.0-devel')
-rw-r--r-- | editors/openoffice.org-2.0-devel/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile index ddd2462a15e3..0e68bd7d73aa 100644 --- a/editors/openoffice.org-2.0-devel/Makefile +++ b/editors/openoffice.org-2.0-devel/Makefile @@ -191,16 +191,12 @@ post-install: @${INSTALL_SCRIPT} ${WRKDIR}/openoffice.org-wrapper \ ${PREFIX}/bin/${EXECBASE} @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/openoffice.org - @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sagenda @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sbase @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-scalc @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sdraw - @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-setup - @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sfax @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-smath @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-simpress @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-spadmin - @${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} |