diff options
author | antoine <antoine@FreeBSD.org> | 2013-10-16 03:21:42 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-10-16 03:21:42 +0800 |
commit | 76db539a09bdd2f5a852d063efdf31a73d0faa96 (patch) | |
tree | 82afab123ab40924a5da316c887b93c327859639 /sysutils | |
parent | 8537742ce70d3ca0725c3777d2ea251ab1d0f679 (diff) | |
download | freebsd-ports-gnome-76db539a09bdd2f5a852d063efdf31a73d0faa96.tar.gz freebsd-ports-gnome-76db539a09bdd2f5a852d063efdf31a73d0faa96.tar.zst freebsd-ports-gnome-76db539a09bdd2f5a852d063efdf31a73d0faa96.zip |
Fix perl shebang in sorter and mactime
Reported by: qa.sh
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/sleuthkit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/sleuthkit/Makefile b/sysutils/sleuthkit/Makefile index 9d144d983454..32351627c440 100644 --- a/sysutils/sleuthkit/Makefile +++ b/sysutils/sleuthkit/Makefile @@ -3,6 +3,7 @@ PORTNAME= sleuthkit PORTVERSION= 4.1.2 +PORTREVISION= 1 CATEGORIES= sysutils security MASTER_SITES= SF @@ -24,6 +25,7 @@ RUN_DEPENDS= p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ CONFLICTS= ja-ls-[0-9]* icat-[0-9]* GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_path_PERL="${PERL}" USES= perl5 USE_LDCONFIG= yes DATADIR= ${PREFIX}/share/tsk |