diff options
author | maho <maho@FreeBSD.org> | 2005-07-29 01:44:40 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-07-29 01:44:40 +0000 |
commit | 45cc6bf3261e0e13099175ca2f9dffe40df751e6 (patch) | |
tree | 4984d0d953d9a262be1f80b8b75d4a714db5273d /editors/openoffice.org-2 | |
parent | 9b9be686cc46f942fb90f9e08acb29b026447b14 (diff) | |
download | FreeBSD-ports-45cc6bf3261e0e13099175ca2f9dffe40df751e6.zip FreeBSD-ports-45cc6bf3261e0e13099175ca2f9dffe40df751e6.tar.gz |
Rename openoffice-wrapper to openoffice.org-wrapper
Diffstat (limited to 'editors/openoffice.org-2')
-rw-r--r-- | editors/openoffice.org-2/Makefile | 6 | ||||
-rw-r--r-- | editors/openoffice.org-2/files/openoffice.org-wrapper (renamed from editors/openoffice.org-2/files/openoffice-wrapper) | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile index e2bae1a..da3e9eb 100644 --- a/editors/openoffice.org-2/Makefile +++ b/editors/openoffice.org-2/Makefile @@ -170,13 +170,13 @@ do-install: post-install: @${ECHO_MSG} "===> Add wrapper scripts"; - @${CP} ${FILESDIR}/openoffice-wrapper ${WRKDIR}/ + @${CP} ${FILESDIR}/openoffice.org-wrapper ${WRKDIR}/ @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \ -e 's#%%RELEASE_NR%%#${RELEASE_NR}#g' \ -e 's#%%MILESTONE%%#${MILESTONE}#g' \ -e 's#%%INSTALLATION_BASEDIR%%#${INSTALLATION_BASEDIR}#g' \ - ${WRKDIR}/openoffice-wrapper - @${INSTALL_SCRIPT} ${WRKDIR}/openoffice-wrapper \ + ${WRKDIR}/openoffice.org-wrapper + @${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 diff --git a/editors/openoffice.org-2/files/openoffice-wrapper b/editors/openoffice.org-2/files/openoffice.org-wrapper index 691521c..9a8be83 100644 --- a/editors/openoffice.org-2/files/openoffice-wrapper +++ b/editors/openoffice.org-2/files/openoffice.org-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2/files/Attic/openoffice-wrapper,v 1.15 2005-05-15 04:08:55 maho Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2/files/Attic/openoffice.org-wrapper,v 1.1 2005-07-29 01:44:40 maho Exp $ oopath=%%PREFIX%%/%%INSTALLATION_BASEDIR%%/program/ program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%m%%MILESTONE%%-||'` |