diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-07-11 04:58:45 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-07-11 04:58:45 +0000 |
commit | 1602725275e9ee713a80b1c4c69751ce1bbc964c (patch) | |
tree | 4da3ddb1febfb5b74f67b7546fe25797912e211e /www | |
parent | f4df48ce067ab8995a0c9b4183e3b259e8571447 (diff) | |
download | ports-1602725275e9ee713a80b1c4c69751ce1bbc964c.tar.gz ports-1602725275e9ee713a80b1c4c69751ce1bbc964c.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/http-analyze/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/http-analyze/Makefile b/www/http-analyze/Makefile index ae5a02a3893a..a1a3e8e4eda8 100644 --- a/www/http-analyze/Makefile +++ b/www/http-analyze/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Jul 11 06:11:41 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/07/11 04:54:53 andreas Exp $ # DISTNAME= http-analyze1.9e @@ -19,7 +19,7 @@ MAN1= http-analyze.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/http-analyze ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/http-analyze.man \ + ${INSTALL_MAN} ${WRKSRC}/http-analyze.man \ ${PREFIX}/man/man1/http-analyze.1 .include <bsd.port.mk> |