svn commit: r557502 - head/devel/p5-Coro

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 10 21:32:13 UTC 2020


Author: sunpoet
Date: Thu Dec 10 21:32:07 2020
New Revision: 557502
URL: https://svnweb.freebsd.org/changeset/ports/557502

Log:
  Cosmetic change

Modified:
  head/devel/p5-Coro/Makefile

Modified: head/devel/p5-Coro/Makefile
==============================================================================
--- head/devel/p5-Coro/Makefile	Thu Dec 10 21:32:01 2020	(r557501)
+++ head/devel/p5-Coro/Makefile	Thu Dec 10 21:32:07 2020	(r557502)
@@ -26,10 +26,10 @@ RUN_DEPENDS=	p5-AnyEvent>=7:devel/p5-AnyEvent \
 USES=		perl5 shebangfix
 USE_PERL5=	configure
 
-OPTIONS_DEFINE=	DOCS EXAMPLES
-
 SHEBANG_FILES=	Coro/*.pl eg/*
 perl_OLD_CMD=	/.*/bin/perl
+
+OPTIONS_DEFINE=	DOCS EXAMPLES
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Coro/EV/EV.so


More information about the svn-ports-all mailing list