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.0 | |
parent | 019b0c63f2caca575b0368d3a08e001e1858d0ba (diff) | |
download | freebsd-ports-graphics-1f1a0f5548a78558acab8b24022c54303a43f386.tar.gz freebsd-ports-graphics-1f1a0f5548a78558acab8b24022c54303a43f386.tar.zst freebsd-ports-graphics-1f1a0f5548a78558acab8b24022c54303a43f386.zip |
Remove a nasty error. zipdep always complained to have no execute bit.
Give it a +x :)
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 8b94d07610b..66b0030f978 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -303,6 +303,7 @@ post-extract: @${CP} ${WRKDIR}/gpc231/gpc.h ${WRKSRC}/../external/gpc/ @${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 |