aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sleuthkit
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2007-06-06 00:58:04 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2007-06-06 00:58:04 +0000
commit9abc5c9c08959fb6a9ddd1265ac679bd5eb8725f (patch)
treeb5dd606e7fba389d2e8d1760c0b4b20304a30519 /sysutils/sleuthkit
parent06a8e6439e1e4047bb8bded1d7d86f44991800a1 (diff)
downloadports-9abc5c9c08959fb6a9ddd1265ac679bd5eb8725f.tar.gz
ports-9abc5c9c08959fb6a9ddd1265ac679bd5eb8725f.zip
Notes
Diffstat (limited to 'sysutils/sleuthkit')
-rw-r--r--sysutils/sleuthkit/Makefile19
1 files changed, 12 insertions, 7 deletions
diff --git a/sysutils/sleuthkit/Makefile b/sysutils/sleuthkit/Makefile
index 15d12549c4e2..3901ae8f611b 100644
--- a/sysutils/sleuthkit/Makefile
+++ b/sysutils/sleuthkit/Makefile
@@ -15,10 +15,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= danfe@FreeBSD.org
COMMENT= The @stake Sleuth Kit for forensic analysis
-CONFLICTS= ja-ls-[0-9]*
-
RUN_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip
+CONFLICTS= ja-ls-[0-9]*
+
USE_PERL5= yes
.include <bsd.port.pre.mk>
@@ -39,12 +39,17 @@ MAN1= dcalc.1 dcat.1 disk_sreset.1 disk_stat.1 dls.1 \
post-patch:
@${REINPLACE_CMD} -E -e 's/^CC[[:space:]]*=/CC \?=/' \
- -e 's/[[:space:]]+file test[[:space:]]*$$//' ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e '/^CC[[:space:]]*=/d' -e 's/\$$(OPT) \$$(DEBUG)//' \
+ -e 's/[[:space:]]+file test[[:space:]]*$$//' \
+ ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e '/^CC[[:space:]]*=/d' \
+ -e 's/\$$(OPT) \$$(DEBUG)//' \
-e 's/^CFLAGS[[:space:]]*=/CFLAGS \+=/' \
- ${WRKSRC}/src/disktools/Makefile ${WRKSRC}/src/fstools/Makefile \
- ${WRKSRC}/src/hashtools/Makefile ${WRKSRC}/src/imgtools/Makefile \
- ${WRKSRC}/src/auxtools/Makefile ${WRKSRC}/src/mmtools/Makefile \
+ ${WRKSRC}/src/disktools/Makefile \
+ ${WRKSRC}/src/fstools/Makefile \
+ ${WRKSRC}/src/hashtools/Makefile \
+ ${WRKSRC}/src/imgtools/Makefile \
+ ${WRKSRC}/src/auxtools/Makefile \
+ ${WRKSRC}/src/mmtools/Makefile \
${WRKSRC}/src/srchtools/Makefile
@${REINPLACE_CMD} -e 's/$${BIN_DIR}file/\/usr\/bin\/file/' \
${WRKSRC}/src/sorter/sorter.base