diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-23 07:24:52 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-23 07:24:52 +0800 |
commit | 1f1a0f5548a78558acab8b24022c54303a43f386 (patch) | |
tree | b6efa4fb54e5925dc59fb32e201c598891dc3b2e /editors/openoffice-1.1 | |
parent | 019b0c63f2caca575b0368d3a08e001e1858d0ba (diff) | |
download | freebsd-ports-gnome-1f1a0f5548a78558acab8b24022c54303a43f386.tar.gz freebsd-ports-gnome-1f1a0f5548a78558acab8b24022c54303a43f386.tar.zst freebsd-ports-gnome-1f1a0f5548a78558acab8b24022c54303a43f386.zip |
Remove a nasty error. zipdep always complained to have no execute bit.
Give it a +x :)
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index aeca65365a8e..a89ab0e33f7a 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/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 |