diff options
author | maho <maho@FreeBSD.org> | 2005-02-11 10:03:16 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-02-11 10:03:16 +0800 |
commit | df0ddad7adaf51d229d826893cef36a348f9ff4e (patch) | |
tree | d9f2594aa4508e43d52850f2508e220981243233 /editors/openoffice-1.1 | |
parent | 7e5ae88329badfd0a17b63fb8142cfb1b32748a8 (diff) | |
download | freebsd-ports-gnome-df0ddad7adaf51d229d826893cef36a348f9ff4e.tar.gz freebsd-ports-gnome-df0ddad7adaf51d229d826893cef36a348f9ff4e.tar.zst freebsd-ports-gnome-df0ddad7adaf51d229d826893cef36a348f9ff4e.zip |
Fix pkg-plist, removing extra file
Submitted by: kris via pointyhat
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 86db0e44bdf6..4d96437363e7 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -238,7 +238,7 @@ post-install: @${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 f | ${GREP} ${EXECBASE} >> ${TMPPLIST} @cd ${PREFIX} ; ${FIND} -s bin -type l | ${GREP} ${EXECBASE} >> ${TMPPLIST} @cd ${PREFIX} ; ${FIND} -s ${INSTALLATION_BASEDIR} -type f >> ${TMPPLIST} @cd ${PREFIX} ; ${FIND} -s ${INSTALLATION_BASEDIR} -type l >> ${TMPPLIST} |