diff options
author | maho <maho@FreeBSD.org> | 2005-09-09 07:45:44 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-09-09 07:45:44 +0800 |
commit | 7a61631ab63ed0beb7c248ac2995441ddc793c0b (patch) | |
tree | 7204feae6cfe5c4c0e5c653e1c05c5a3f3194fd5 /editors/openoffice-3 | |
parent | f4f3dd41aeeec59a3f4d3828b6edd9c44f3260a5 (diff) | |
download | freebsd-ports-gnome-7a61631ab63ed0beb7c248ac2995441ddc793c0b.tar.gz freebsd-ports-gnome-7a61631ab63ed0beb7c248ac2995441ddc793c0b.tar.zst freebsd-ports-gnome-7a61631ab63ed0beb7c248ac2995441ddc793c0b.zip |
Since OpenOffice.org base had been added, so
openoffice.org-<*>-sbase should invoke OOo base
as well.
Submitted by: Andreas Kohn <andreas@syndrom23.de>
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 227e2f6bbb32..c7f4ecd76344 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -190,6 +190,7 @@ post-install: ${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 |