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-3 | |
parent | 68839a426238a67226019899f4a1ab8fc40534aa (diff) |
Cosmetic change in TWEAK_L10N section, mkdir the cookie dir before trying to
touch. Actually this option should not be used.
PR: 111632
Submitted by: Ulrich Spoerlein
Notes
Notes:
svn path=/head/; revision=200711
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index a17af37671bc..bb2f63b8a3c0 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/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} |