diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-29 23:12:58 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-29 23:12:58 +0000 |
commit | 68193709e4d17ee571ecdb4f71e6f687e2368aa7 (patch) | |
tree | 537f582990fc62c12d7f11cd7dd7220d47d62673 /www/http-analyze/files | |
parent | 21baba3ae3b6e7591b5340ebe7b896f04fd82bbc (diff) | |
download | ports-68193709e4d17ee571ecdb4f71e6f687e2368aa7.tar.gz ports-68193709e4d17ee571ecdb4f71e6f687e2368aa7.zip |
Notes
Diffstat (limited to 'www/http-analyze/files')
-rw-r--r-- | www/http-analyze/files/patch-Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/http-analyze/files/patch-Makefile b/www/http-analyze/files/patch-Makefile index 6eed0c1e5f9d..cc7e097baec0 100644 --- a/www/http-analyze/files/patch-Makefile +++ b/www/http-analyze/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Aug 17 23:30:01 2003 -+++ Makefile Sun Aug 17 23:35:09 2003 +--- Makefile.orig Sun May 31 15:06:53 1998 ++++ Makefile Sat Aug 30 01:07:19 2003 @@ -28,9 +28,9 @@ # SVR4 /usr/share/man/cat1 - 1 # Linux /usr/local/man/man1 - man @@ -9,7 +9,7 @@ -LOCALMAN = /usr/local/man/cat1 +LOCALLIB = $(PREFIX)/lib +LOCALBIN = $(PREFIX)/bin -+LOCALMAN = $(PREFIX)/man/cat1 ++LOCALMAN = $(PREFIX)/man/man1 # Program to use for compressing the manpage. # If set to 'true', no compression is applied. |