svn commit: r330431 - head/sysutils/sleuthkit
Antoine Brodin
antoine at FreeBSD.org
Tue Oct 15 19:21:43 UTC 2013
Author: antoine
Date: Tue Oct 15 19:21:42 2013
New Revision: 330431
URL: http://svnweb.freebsd.org/changeset/ports/330431
Log:
Fix perl shebang in sorter and mactime
Reported by: qa.sh
Modified:
head/sysutils/sleuthkit/Makefile
Modified: head/sysutils/sleuthkit/Makefile
==============================================================================
--- head/sysutils/sleuthkit/Makefile Tue Oct 15 19:05:24 2013 (r330430)
+++ head/sysutils/sleuthkit/Makefile Tue Oct 15 19:21:42 2013 (r330431)
@@ -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:${P
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
More information about the svn-ports-all
mailing list