1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Rename security/ patches to reflect the files they modify.

This commit is contained in:
Adam Weinberger 2014-07-29 14:30:10 +00:00
parent 46d60f46a0
commit 1c30911ff0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363328
76 changed files with 9 additions and 13 deletions

View File

@ -20,9 +20,7 @@ EXAMPLES= vncviewer.zbd vncserver.zbd server.key server.id client1.key \
client2.key clients.id
DOCS= README.txt LICENCE.txt CHANGES.txt zebedee.html ftpgw.tcl.html
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
OPTIONS_DEFINE= DOCS EXAMPLES
post-patch:
@${REINPLACE_CMD} \
@ -40,11 +38,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${e} ${STAGEDIR}${EXAMPLESDIR}
.endfor
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for d in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -3,17 +3,17 @@ bin/zebedee
etc/server.zbd.sample
man/man1/ftpgw.tcl.1.gz
man/man1/zebedee.1.gz
%%EXAMPLESDIR%%/client1.key
%%EXAMPLESDIR%%/client2.key
%%EXAMPLESDIR%%/clients.id
%%EXAMPLESDIR%%/server.id
%%EXAMPLESDIR%%/server.key
%%EXAMPLESDIR%%/vncserver.zbd
%%EXAMPLESDIR%%/vncviewer.zbd
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client1.key
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client2.key
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clients.id
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server.id
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server.key
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vncserver.zbd
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vncviewer.zbd
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt
%%PORTDOCS%%%%DOCSDIR%%/LICENCE.txt
%%PORTDOCS%%%%DOCSDIR%%/README.txt
%%PORTDOCS%%%%DOCSDIR%%/ftpgw.tcl.html
%%PORTDOCS%%%%DOCSDIR%%/zebedee.html
@dirrm %%EXAMPLESDIR%%
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%