summaryrefslogtreecommitdiff
path: root/editors/openoffice-3/Makefile
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-10-22 23:24:52 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-10-22 23:24:52 +0000
commit5231cac8322a125fcf9bb4a74a82c5f74773026d (patch)
tree5117847d391b5c42d6174a989e2d8cb12ee9041d /editors/openoffice-3/Makefile
parentAdd merged patches which conflicted. (diff)
Remove a nasty error. zipdep always complained to have no execute bit.
Give it a +x :)
Notes
Notes: svn path=/head/; revision=68623
Diffstat (limited to 'editors/openoffice-3/Makefile')
-rw-r--r--editors/openoffice-3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile
index aeca65365a8e..a89ab0e33f7a 100644
--- a/editors/openoffice-3/Makefile
+++ b/editors/openoffice-3/Makefile
@@ -306,6 +306,7 @@ post-extract:
@${CP} -r ${WRKDIR}/neon ${WRKSRC}/../
@${MAKE} extract-mozilla
@-${RM} ${WRKSRC}/../moz/zipped/*.zip
+ @${CHMOD} +x ${WRKSRC}/../solenv/bin/zipdep.pl
.if defined(L10NHELP)
@${ECHO_MSG} "===> Extracting L10NHELP sub project"
@${MKDIR} ${WRKDIR}/L10NHELP