diff options
author | maho <maho@FreeBSD.org> | 2005-01-20 08:41:09 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-01-20 08:41:09 +0800 |
commit | dfa10416e276d0a6d80e2bd2598687b71dfcb463 (patch) | |
tree | 9566cd7d7779889fd051edb3e282996b0d1fa73e /editors | |
parent | de4eb7f9678265504a40d41d3787b2ca60bf165e (diff) | |
download | freebsd-ports-gnome-dfa10416e276d0a6d80e2bd2598687b71dfcb463.tar.gz freebsd-ports-gnome-dfa10416e276d0a6d80e2bd2598687b71dfcb463.tar.zst freebsd-ports-gnome-dfa10416e276d0a6d80e2bd2598687b71dfcb463.zip |
fix pkg-plist and pkg-message
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.1/files/pkg-message.in | 1 | ||||
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice.org-1.1/files/pkg-message.in | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index 40d7dc9b3841..20c478e0b8d6 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -237,6 +237,7 @@ post-install: @${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} @cd ${PREFIX} ; ${FIND} -s bin -type l | ${GREP} ${EXECBASE} >> ${TMPPLIST} @cd ${PREFIX} ; ${FIND} -s ${INSTALLATION_BASEDIR} -type f >> ${TMPPLIST} diff --git a/editors/openoffice-1.1/files/pkg-message.in b/editors/openoffice-1.1/files/pkg-message.in index 5d97699bd0f0..8b63380621c8 100644 --- a/editors/openoffice-1.1/files/pkg-message.in +++ b/editors/openoffice-1.1/files/pkg-message.in @@ -30,6 +30,7 @@ There are some wrappers installed for fast startup. Add "%%PREFIX%%/bin/" to your PATH and you will be able to use them. +%%PREFIX%%/bin/openoffice.org %%PREFIX%%/bin/%%EXECBASE%% %%PREFIX%%/bin/%%EXECBASE%%-sagenda %%PREFIX%%/bin/%%EXECBASE%%-scalc diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index 40d7dc9b3841..20c478e0b8d6 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -237,6 +237,7 @@ post-install: @${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} @cd ${PREFIX} ; ${FIND} -s bin -type l | ${GREP} ${EXECBASE} >> ${TMPPLIST} @cd ${PREFIX} ; ${FIND} -s ${INSTALLATION_BASEDIR} -type f >> ${TMPPLIST} diff --git a/editors/openoffice.org-1.1/files/pkg-message.in b/editors/openoffice.org-1.1/files/pkg-message.in index 5d97699bd0f0..8b63380621c8 100644 --- a/editors/openoffice.org-1.1/files/pkg-message.in +++ b/editors/openoffice.org-1.1/files/pkg-message.in @@ -30,6 +30,7 @@ There are some wrappers installed for fast startup. Add "%%PREFIX%%/bin/" to your PATH and you will be able to use them. +%%PREFIX%%/bin/openoffice.org %%PREFIX%%/bin/%%EXECBASE%% %%PREFIX%%/bin/%%EXECBASE%%-sagenda %%PREFIX%%/bin/%%EXECBASE%%-scalc |