1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

Fix shebang

This commit is contained in:
Antoine Brodin 2014-12-21 21:05:51 +00:00
parent cf6c5e425e
commit 212f1ab1ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375187

View File

@ -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>