diff options
author | novel <novel@FreeBSD.org> | 2005-09-29 19:07:19 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-09-29 19:07:19 +0800 |
commit | 2bbe2ae8c8e49b7aee15d28fe7cc92a4544a5258 (patch) | |
tree | aa59beb985dc3fecdb17bd42c6847d1bd85c0092 /sysutils/sleuthkit | |
parent | f68b019289fd25bb7358e6d62836062eaf45d143 (diff) | |
download | freebsd-ports-graphics-2bbe2ae8c8e49b7aee15d28fe7cc92a4544a5258.tar.gz freebsd-ports-graphics-2bbe2ae8c8e49b7aee15d28fe7cc92a4544a5258.tar.zst freebsd-ports-graphics-2bbe2ae8c8e49b7aee15d28fe7cc92a4544a5258.zip |
Mark CONFLICTS - both install bin/jls and jls.1 man.
PR: 86698
Submitted by: Fumiyoshi TAOKA <fmysh@iijmio-mail.jp>
Diffstat (limited to 'sysutils/sleuthkit')
-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 d45f4a1f020..932aaca24b0 100644 --- a/sysutils/sleuthkit/Makefile +++ b/sysutils/sleuthkit/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= opr@bsdaemon.be COMMENT= The @stake Sleuth Kit for forensic analysis +CONFLICTS= ja-ls-[0-9]* + USE_PERL5= yes USE_REINPLACE= yes |