1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

use INSTALL_MAN to install manpage

This commit is contained in:
Andreas Klemm 1997-07-11 04:58:45 +00:00
parent f4df48ce06
commit 1602725275
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7287

View File

@ -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>