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

View file

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