diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-06 00:49:57 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-06 00:49:57 +0000 |
| commit | 06a8e6439e1e4047bb8bded1d7d86f44991800a1 (patch) | |
| tree | ff099e4b346c6ec8e805ac8193f14c3a69425247 /sysutils/sleuthkit/files | |
| parent | - Respect LOCALBASE (diff) | |
- Make installed scripts really usable (fix binary files path)
- Registed missing runtime dependency
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=192863
Diffstat (limited to 'sysutils/sleuthkit/files')
| -rw-r--r-- | sysutils/sleuthkit/files/patch-src::sorter::install | 9 | ||||
| -rw-r--r-- | sysutils/sleuthkit/files/patch-src::timeline::config-perl | 16 |
2 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/sleuthkit/files/patch-src::sorter::install b/sysutils/sleuthkit/files/patch-src::sorter::install index 1ea795ee00a2..a3646d2b6cfc 100644 --- a/sysutils/sleuthkit/files/patch-src::sorter::install +++ b/sysutils/sleuthkit/files/patch-src::sorter::install @@ -9,3 +9,12 @@ # Find Perl found=0; +@@ -58,7 +58,7 @@ + done + fi + +-echo "my \$SK_DIR=\"`cd ../..; pwd`/\";" >> $BIN_DIR$PROG; ++echo "my \$SK_DIR=\"${LOCALBASE}\";" >> $BIN_DIR$PROG; + + # Print the current version + echo "my \$VER = \"`cat ../../patchlevel`\";" >> $BIN_DIR$PROG; diff --git a/sysutils/sleuthkit/files/patch-src::timeline::config-perl b/sysutils/sleuthkit/files/patch-src::timeline::config-perl index c1c1d5d76c8d..adeeab0a5631 100644 --- a/sysutils/sleuthkit/files/patch-src::timeline::config-perl +++ b/sysutils/sleuthkit/files/patch-src::timeline::config-perl @@ -9,3 +9,19 @@ # Find Perl found=0; +@@ -57,15 +57,6 @@ + echo "file not found"; + fi + done +-fi +- +- +-# Print the installed location of the lib directory +-# This is not the best fix, but it works +-if (test -z "`echo "$PWD" | awk '/\/src\/timeline/ {print $0}'`") then +- echo "use lib '$PWD/$LIB_DIR_NORM';" >> $BIN_DIR$PROG; +-else +- echo "use lib '$PWD/$LIB_DIR_BACK';" >> $BIN_DIR$PROG; + fi + + |
