diff options
author | maho <maho@FreeBSD.org> | 2007-10-03 00:37:58 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-10-03 00:37:58 +0000 |
commit | 93f7327a0c98adee92ec710a6133a9ebdd0c3815 (patch) | |
tree | c776be320b949ecbfbe7ddd7768dbb6acc116815 /editors/openoffice.org-2-devel | |
parent | 3492c887d443268f51c936965b0ba8a3f24b3622 (diff) | |
download | FreeBSD-ports-93f7327a0c98adee92ec710a6133a9ebdd0c3815.zip FreeBSD-ports-93f7327a0c98adee92ec710a6133a9ebdd0c3815.tar.gz |
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
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r-- | editors/openoffice.org-2-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile index 94c7e1c..f04741c 100644 --- a/editors/openoffice.org-2-devel/Makefile +++ b/editors/openoffice.org-2-devel/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} |