From 7b787decbcf12652358fbda2147c678b2f7470cf Mon Sep 17 00:00:00 2001 From: krion Date: Sun, 10 Aug 2003 16:55:12 +0000 Subject: Add 2 new manpages Bump PORTREVISION Pointed by: Niklas Olmes --- www/ffproxy/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'www/ffproxy') diff --git a/www/ffproxy/Makefile b/www/ffproxy/Makefile index f0919e5..127c3de 100644 --- a/www/ffproxy/Makefile +++ b/www/ffproxy/Makefile @@ -7,6 +7,7 @@ PORTNAME= ffproxy PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://faith.eu.org/${PORTNAME}/ @@ -15,6 +16,8 @@ COMMENT= Filtering HTTP proxy server USE_REINPLACE= yes +MAN5= ${PORTNAME}.conf.5 +MAN7= ${PORTNAME}.quick.7 MAN8= ${PORTNAME}.8 post-patch: @@ -26,12 +29,17 @@ post-patch: ${WRKSRC}/Makefile ${REINPLACE_CMD} -e \ 's|/etc|${PREFIX}/etc|g' \ - ${WRKSRC}/${PORTNAME}.8 + ${WRKSRC}/${PORTNAME}.8 \ + ${WRKSRC}/${PORTNAME}.conf.5 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 \ ${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.conf.5 \ + ${PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.quick.7 \ + ${PREFIX}/man/man7 ${INSTALL_DATA} ${WRKSRC}/sample.config \ ${PREFIX}/etc/ffproxy.conf.sample .if !defined(NOPORTDOCS) -- cgit v1.1