diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-22 05:05:51 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-22 05:05:51 +0800 |
commit | 0bd0366234c903f5cb24aa155084349a17266759 (patch) | |
tree | cda973a162b5e91831c7a0eff65d387e547c4384 /devel | |
parent | ca81602ed121458ce954dfa4d74230ccd2cd3f94 (diff) | |
download | freebsd-ports-gnome-0bd0366234c903f5cb24aa155084349a17266759.tar.gz freebsd-ports-gnome-0bd0366234c903f5cb24aa155084349a17266759.tar.zst freebsd-ports-gnome-0bd0366234c903f5cb24aa155084349a17266759.zip |
Fix shebang
Diffstat (limited to 'devel')
-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> |