svn commit: r514790 - head/graphics/icoutils

Tobias Kortkamp tobik at FreeBSD.org
Sat Oct 19 11:34:34 UTC 2019


Author: tobik
Date: Sat Oct 19 11:34:33 2019
New Revision: 514790
URL: https://svnweb.freebsd.org/changeset/ports/514790

Log:
  graphics/icoutils: Spell post-patch-EXTRESSO-off correctly
  
  Forgotten in r464026.

Modified:
  head/graphics/icoutils/Makefile

Modified: head/graphics/icoutils/Makefile
==============================================================================
--- head/graphics/icoutils/Makefile	Sat Oct 19 11:26:35 2019	(r514789)
+++ head/graphics/icoutils/Makefile	Sat Oct 19 11:34:33 2019	(r514790)
@@ -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>


More information about the svn-ports-head mailing list