diff options
author | maho <maho@FreeBSD.org> | 2005-01-24 08:03:28 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-01-24 08:03:28 +0800 |
commit | e1f1a21a1735c4e83c83033e6bf126b0b2c4d676 (patch) | |
tree | 7561408462f62e3dab9db8baed66607295e07a2e /editors/openoffice.org-2 | |
parent | 8a688c06981b72de038208aa409590fb4cf6f7f2 (diff) | |
download | freebsd-ports-graphics-e1f1a21a1735c4e83c83033e6bf126b0b2c4d676.tar.gz freebsd-ports-graphics-e1f1a21a1735c4e83c83033e6bf126b0b2c4d676.tar.zst freebsd-ports-graphics-e1f1a21a1735c4e83c83033e6bf126b0b2c4d676.zip |
fix pkg-plist
Diffstat (limited to 'editors/openoffice.org-2')
-rw-r--r-- | editors/openoffice.org-2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile index 2c535dc267c..c563bd2c2be 100644 --- a/editors/openoffice.org-2/Makefile +++ b/editors/openoffice.org-2/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} |