From 06b31a5d2cf3c3ce3947532600ac53126d970169 Mon Sep 17 00:00:00 2001 From: krion Date: Fri, 29 Aug 2003 23:12:58 +0000 Subject: - Install manpage in correct place -> fix 'make package' - Bump PORTREVISION Noticed by: kris via bento --- www/http-analyze/Makefile | 2 +- www/http-analyze/files/patch-Makefile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'www') 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. -- cgit