diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-10-03 00:37:58 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-10-03 00:37:58 +0000 |
commit | fd0cf462df7a5f7362f45aed39a9fb9ec92c2707 (patch) | |
tree | bf5b3da092ddd450a754cde9cd735ad421e6c05e /editors/openoffice.org-2 | |
parent | 68839a426238a67226019899f4a1ab8fc40534aa (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-2')
-rw-r--r-- | editors/openoffice.org-2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile index a17af37671bc..bb2f63b8a3c0 100644 --- a/editors/openoffice.org-2/Makefile +++ b/editors/openoffice.org-2/Makefile @@ -166,6 +166,7 @@ pre-everything:: @${RM} -f ${WRKDIR}/.patch_done.* @${RM} -f ${WRKDIR}/.configure_done.* @${RM} -f ${WRKDIR}/.build_done.* + @${MKDIR} ${WRKDIR} @${TOUCH} ${EXTRACT_COOKIE} @${TOUCH} ${PATCH_COOKIE} @${TOUCH} ${CONFIGURE_COOKIE} |