diff options
author | krion <krion@FreeBSD.org> | 2003-08-29 23:12:58 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-29 23:12:58 +0000 |
commit | 06b31a5d2cf3c3ce3947532600ac53126d970169 (patch) | |
tree | 895c088d192edc8b96275c91e7bc25056cd12fa0 /www/http-analyze | |
parent | f3dc69f88667210b6d79c3543ff4c9f69f7ece9f (diff) | |
download | FreeBSD-ports-06b31a5d2cf3c3ce3947532600ac53126d970169.zip FreeBSD-ports-06b31a5d2cf3c3ce3947532600ac53126d970169.tar.gz |
- Install manpage in correct place -> fix 'make package'
- Bump PORTREVISION
Noticed by: kris via bento
Diffstat (limited to 'www/http-analyze')
-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 7d26c5a..43bff39 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 6eed0c1..cc7e097 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. |