summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-10-19 11:34:33 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-10-19 11:34:33 +0000
commit5e0e53b4492f5217793cb45b8cde16e222e4ca8c (patch)
treebfaf8d70c31659f7d618c93509fbd7f8c9e9e7a9
parent14d49b018884c73d30687b19a51309ccc26d6489 (diff)
downloadfreebsd-ports-5e0e53b4492f5217793cb45b8cde16e222e4ca8c.zip
graphics/icoutils: Spell post-patch-EXTRESSO-off correctly
Forgotten in r464026.
-rw-r--r--graphics/icoutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile
index 2e333b804a10..60d23e34e33c 100644
--- a/graphics/icoutils/Makefile
+++ b/graphics/icoutils/Makefile
@@ -28,7 +28,7 @@ EXTRESSO_RUN_DEPENDS= p5-libwww>=0:www/p5-libwww
EXTRESSO_USES= perl5
EXTRESSO_USE= PERL5=run
-post-patch-RESSCRIPTS-off:
+post-patch-EXTRESSO-off:
@${REINPLACE_CMD} -e '/^SUBDIRS/ s| extresso||' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>