diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-21 21:05:51 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-21 21:05:51 +0000 |
commit | 212f1ab1badf5f37370738f5ad39b1b2c255dd34 (patch) | |
tree | cda973a162b5e91831c7a0eff65d387e547c4384 | |
parent | - Shebangfix (diff) |
Fix shebang
Notes
Notes:
svn path=/head/; revision=375187
-rw-r--r-- | devel/avarice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/avarice/Makefile b/devel/avarice/Makefile index a55f4d8d3eb3..8486b2f0f187 100644 --- a/devel/avarice/Makefile +++ b/devel/avarice/Makefile @@ -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> |