diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-09-29 11:07:19 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-09-29 11:07:19 +0000 |
commit | c602e5c6fbbfe29f03d89a1dcc07290f1acd7733 (patch) | |
tree | 9ee8d0c0b8038790fdf664ab23412e32fd8b2cdb | |
parent | dd8e30ee9a79d5ab15f458550699436298db5578 (diff) | |
download | ports-c602e5c6fbbfe29f03d89a1dcc07290f1acd7733.tar.gz ports-c602e5c6fbbfe29f03d89a1dcc07290f1acd7733.zip |
Notes
-rw-r--r-- | japanese/jls/Makefile | 2 | ||||
-rw-r--r-- | sysutils/sleuthkit/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/japanese/jls/Makefile b/japanese/jls/Makefile index da1c0bcef860..9a985c2b1197 100644 --- a/japanese/jls/Makefile +++ b/japanese/jls/Makefile @@ -18,6 +18,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= kazami@angels.vg COMMENT= Japanized ls +CONFLICTS= sleuthkit-[0-9]* + MAN1= jls.1 MANCOMPRESSED= yes PLIST_FILES= bin/jls diff --git a/sysutils/sleuthkit/Makefile b/sysutils/sleuthkit/Makefile index d45f4a1f020e..932aaca24b09 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 |