diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-01-24 00:03:28 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-01-24 00:03:28 +0000 |
commit | 64b5caad3985d5710b9a7b1ccdb63359cdb91289 (patch) | |
tree | 36316504e7d6e548c19dff96eae665e5ba6a1ba0 /editors/openoffice.org-2.0/Makefile | |
parent | 4b3d64dc85ce1271478e20ccc9c783fa295123bc (diff) | |
download | ports-64b5caad3985d5710b9a7b1ccdb63359cdb91289.tar.gz ports-64b5caad3985d5710b9a7b1ccdb63359cdb91289.zip |
fix pkg-plist
Notes
Notes:
svn path=/head/; revision=127155
Diffstat (limited to 'editors/openoffice.org-2.0/Makefile')
-rw-r--r-- | editors/openoffice.org-2.0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2.0/Makefile b/editors/openoffice.org-2.0/Makefile index 2c535dc267ca..c563bd2c2beb 100644 --- a/editors/openoffice.org-2.0/Makefile +++ b/editors/openoffice.org-2.0/Makefile @@ -186,7 +186,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" > ${TMPPLIST} + @${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} |