- Add additional PORTDOCS
- Do not bump PORTREVISION PR: ports/168310 Submitted by: Igor Kremez <greenny380@gmail.com>
This commit is contained in:
parent
74ab16d3ff
commit
5b18b85528
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297548
@ -106,7 +106,8 @@ post-install:
|
||||
.endif
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for i in ChangeLog EXAMPLES FAQS README
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
|
||||
.for i in ChangeLog EXAMPLES FAQS README TOOLS CONFIG-KEYS KNOWN-BUGS
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
@ -49,6 +49,13 @@ sbin/uacctd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/EXAMPLES
|
||||
%%PORTDOCS%%%%DOCSDIR%%/FAQS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TOOLS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CONFIG-KEYS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/KNOWN-BUGS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INTERNALS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/PLUGINS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SIGNALS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TRIGGER_VARS
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/agent_to_peer.map.example
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bgp_md5.lst.example
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/allow-list.example
|
||||
|
Loading…
Reference in New Issue
Block a user