summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.0
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-07-06 23:48:10 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-07-06 23:48:10 +0000
commit17713be9ac3b4946130f02cd9df0571b8a45dd81 (patch)
treea98fed8d9a601391d17f70ebd371861d500815ea /editors/openoffice.org-1.0
parentUpdate to 1.0.3. Changes in this release: (diff)
Fix package installation. We forgot symlinks
Notes
Notes: svn path=/head/; revision=62538
Diffstat (limited to 'editors/openoffice.org-1.0')
-rw-r--r--editors/openoffice.org-1.0/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile
index d883b1f08762..3a29dc1d4673 100644
--- a/editors/openoffice.org-1.0/Makefile
+++ b/editors/openoffice.org-1.0/Makefile
@@ -330,6 +330,7 @@ install-user:
post-install:
@cd ${PREFIX} && ${FIND} -s ${INSTALLATION_BASEDIR} -type f > ${TMPPLIST}
@cd ${PREFIX} && ${FIND} -s ${INSTALLATION_BASEDIR} -type d > ${WRKDIR}/dir.tmp
+ @cd ${PREFIX} && ${FIND} -s ${INSTALLATION_BASEDIR} -type l >> ${WRKDIR}/dir.tmp
@${SORT} -r ${WRKDIR}/dir.tmp | ${XARGS} -n 1 ${ECHO_CMD} @dirrm >> ${TMPPLIST}
.endif