svn commit: r327515 - head/misc/kenny

Andrej Zverev az at FreeBSD.org
Wed Sep 18 06:14:07 UTC 2013


Author: az
Date: Wed Sep 18 06:14:06 2013
New Revision: 327515
URL: http://svnweb.freebsd.org/changeset/ports/327515

Log:
  - Calling pod2man from extract stage requre perl
  
  With hat:	perl@

Modified:
  head/misc/kenny/Makefile

Modified: head/misc/kenny/Makefile
==============================================================================
--- head/misc/kenny/Makefile	Wed Sep 18 05:45:39 2013	(r327514)
+++ head/misc/kenny/Makefile	Wed Sep 18 06:14:06 2013	(r327515)
@@ -17,6 +17,7 @@ PROJECTHOST=	ak-various-projects
 CONFLICTS=	filters-*
 
 USES=		perl5
+USE_PERL5=	extract build run
 EXTRACT_CMD=	${GZCAT}
 EXTRACT_BEFORE_ARGS=
 EXTRACT_AFTER_ARGS=	> ${WRKDIR}/${PORTNAME}


More information about the svn-ports-all mailing list