graphics/icoutils: Spell post-patch-EXTRESSO-off correctly

Forgotten in r464026.
This commit is contained in:
Tobias Kortkamp 2019-10-19 11:34:33 +00:00
parent 14d49b0188
commit 5e0e53b449
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514790

View File

@ -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>