summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-10-23 18:51:17 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-10-23 18:51:17 +0000
commitedf344d597d124298b0d1acd06c9a1680f4a2bff (patch)
tree99432a6cda18e075b3b375860d0f99e69b8f7bc1 /editors/openoffice-1.0
parentRemove an extra blank line. (diff)
Correct optional freetype patch filename.
Notes
Notes: svn path=/head/; revision=68680
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r--editors/openoffice-1.0/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile
index 66b0030f978a..c61755f48146 100644
--- a/editors/openoffice-1.0/Makefile
+++ b/editors/openoffice-1.0/Makefile
@@ -319,7 +319,7 @@ post-patch:
if [ ${PATCH_DEBUG_TMP} = yes ]; then \
${ECHO_MSG} "===> Applying ${OPSYS} patch ${PATCHDIR}/optpatch-freetype::patch" ; \
fi; \
- ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/optpatch-freetype::patch ; \
+ ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/optpatch-freetype+patch ; \
fi
.endif
.if defined(WITH_DEBUG)