mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add 2 new manpages
Bump PORTREVISION Pointed by: Niklas Olmes <niklas@noxa.de>
This commit is contained in:
parent
8c4e8dfcc0
commit
fbac6a25f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86729
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user