diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-04-29 13:34:28 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-04-29 13:34:28 +0000 |
commit | 9767698bae67cfa732f0a9f1be2c6414fe2ac93b (patch) | |
tree | 75f8c219cacc20d5e77a84239a992c2c616be70b /editors/openoffice-1.1 | |
parent | a97961fa8cbd4448255d88d1ab33645a0eb15502 (diff) | |
download | ports-9767698bae67cfa732f0a9f1be2c6414fe2ac93b.tar.gz ports-9767698bae67cfa732f0a9f1be2c6414fe2ac93b.zip |
Fix typo.
Submitted by: Bartosz Fabianowski <bartosz@fabianowski.de>
Notes
Notes:
svn path=/head/; revision=79869
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index 3792b35c715c..539cef607540 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -569,7 +569,7 @@ post-install: @${LN} -fs ${PREFIX}/bin/openoffice_${RELEASE_NR} ${PREFIX}/bin/openoffice_${RELEASE_NR}-sdraw @${LN} -fs ${PREFIX}/bin/openoffice_${RELEASE_NR} ${PREFIX}/bin/openoffice_${RELEASE_NR}-setup @${LN} -fs ${PREFIX}/bin/openoffice_${RELEASE_NR} ${PREFIX}/bin/openoffice_${RELEASE_NR}-sfax - @${LN} -fs ${PREFIX}/bin/openoffice ${RELEASE_NR} ${PREFIX}/bin/openoffice_${RELEASE_NR}-smath + @${LN} -fs ${PREFIX}/bin/openoffice_${RELEASE_NR} ${PREFIX}/bin/openoffice_${RELEASE_NR}-smath @${LN} -fs ${PREFIX}/bin/openoffice_${RELEASE_NR} ${PREFIX}/bin/openoffice_${RELEASE_NR}-simpress @${LN} -fs ${PREFIX}/bin/openoffice_${RELEASE_NR} ${PREFIX}/bin/openoffice_${RELEASE_NR}-spadmin @${LN} -fs ${PREFIX}/bin/openoffice_${RELEASE_NR} ${PREFIX}/bin/openoffice_${RELEASE_NR}-sweb |