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 | |
parent | 21baba3ae3b6e7591b5340ebe7b896f04fd82bbc (diff) | |
download | ports-68193709e4d17ee571ecdb4f71e6f687e2368aa7.tar.gz ports-68193709e4d17ee571ecdb4f71e6f687e2368aa7.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/http-analyze/Makefile | 2 | ||||
-rw-r--r-- | www/http-analyze/files/patch-Makefile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/http-analyze/Makefile b/www/http-analyze/Makefile index 7d26c5ac65b9..43bff392f434 100644 --- a/www/http-analyze/Makefile +++ b/www/http-analyze/Makefile @@ -6,7 +6,7 @@ PORTNAME= http-analyze PORTVERSION= 2.01 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= ftp://ftp.rent-a-guru.de/pub/http-analyze2.01/ DISTNAME= ${PORTNAME}${PORTVERSION} 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. |