svn commit: r375187 - head/devel/avarice

Antoine Brodin antoine at FreeBSD.org
Sun Dec 21 21:05:53 UTC 2014


Author: antoine
Date: Sun Dec 21 21:05:51 2014
New Revision: 375187
URL: https://svnweb.freebsd.org/changeset/ports/375187
QAT: https://qat.redports.org/buildarchive/r375187/

Log:
  Fix shebang

Modified:
  head/devel/avarice/Makefile

Modified: head/devel/avarice/Makefile
==============================================================================
--- head/devel/avarice/Makefile	Sun Dec 21 19:28:28 2014	(r375186)
+++ head/devel/avarice/Makefile	Sun Dec 21 21:05:51 2014	(r375187)
@@ -3,7 +3,7 @@
 
 PORTNAME=	avarice
 PORTVERSION=	2.13
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -15,5 +15,6 @@ LICENSE=	GPLv2
 USES=		perl5 tar:bzip2
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	ac_cv_path_pathperl=${PERL}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list