aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-2.0-devel
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2005-01-24 08:03:28 +0800
committermaho <maho@FreeBSD.org>2005-01-24 08:03:28 +0800
commite1f1a21a1735c4e83c83033e6bf126b0b2c4d676 (patch)
tree7561408462f62e3dab9db8baed66607295e07a2e /editors/openoffice-2.0-devel
parent8a688c06981b72de038208aa409590fb4cf6f7f2 (diff)
downloadfreebsd-ports-gnome-e1f1a21a1735c4e83c83033e6bf126b0b2c4d676.tar.gz
freebsd-ports-gnome-e1f1a21a1735c4e83c83033e6bf126b0b2c4d676.tar.zst
freebsd-ports-gnome-e1f1a21a1735c4e83c83033e6bf126b0b2c4d676.zip
fix pkg-plist
Diffstat (limited to 'editors/openoffice-2.0-devel')
-rw-r--r--editors/openoffice-2.0-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-2.0-devel/Makefile b/editors/openoffice-2.0-devel/Makefile
index 2c535dc267ca..c563bd2c2beb 100644
--- a/editors/openoffice-2.0-devel/Makefile
+++ b/editors/openoffice-2.0-devel/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}