diff options
author | krion <krion@FreeBSD.org> | 2003-08-30 07:12:58 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-30 07:12:58 +0800 |
commit | 06b31a5d2cf3c3ce3947532600ac53126d970169 (patch) | |
tree | 895c088d192edc8b96275c91e7bc25056cd12fa0 /www/http-analyze | |
parent | f3dc69f88667210b6d79c3543ff4c9f69f7ece9f (diff) | |
download | freebsd-ports-gnome-06b31a5d2cf3c3ce3947532600ac53126d970169.tar.gz freebsd-ports-gnome-06b31a5d2cf3c3ce3947532600ac53126d970169.tar.zst freebsd-ports-gnome-06b31a5d2cf3c3ce3947532600ac53126d970169.zip |
- 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 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. |