aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-2.0-devel
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-10-24 02:51:17 +0800
committermbr <mbr@FreeBSD.org>2002-10-24 02:51:17 +0800
commit98dcb096d26a00063f863aa8577891f2a3e6b4e6 (patch)
treec9c507c6d6626beae5318ce14ba6cd34b2fb640d /editors/openoffice.org-2.0-devel
parentc92cedaa624b18324a2966704ff58feaa4ada04b (diff)
downloadfreebsd-ports-gnome-98dcb096d26a00063f863aa8577891f2a3e6b4e6.tar.gz
freebsd-ports-gnome-98dcb096d26a00063f863aa8577891f2a3e6b4e6.tar.zst
freebsd-ports-gnome-98dcb096d26a00063f863aa8577891f2a3e6b4e6.zip
Correct optional freetype patch filename.
Diffstat (limited to 'editors/openoffice.org-2.0-devel')
-rw-r--r--editors/openoffice.org-2.0-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile
index a89ab0e33f7a..602d7e42d327 100644
--- a/editors/openoffice.org-2.0-devel/Makefile
+++ b/editors/openoffice.org-2.0-devel/Makefile
@@ -322,7 +322,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)