Add 2 new manpages

Bump PORTREVISION

Pointed by:	Niklas Olmes <niklas@noxa.de>
This commit is contained in:
Kirill Ponomarev 2003-08-10 16:55:12 +00:00
parent 8c4e8dfcc0
commit fbac6a25f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86729

View file

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