- Fix orphan, no need to install into stagedir as @sample will handle it at install.
This commit is contained in:
parent
6a640580d0
commit
03d86087b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352055
1 changed files with 0 additions and 4 deletions
|
@ -36,10 +36,6 @@ do-install:
|
|||
.endfor
|
||||
${INSTALL_DATA} ${WRKSRC}/cvsspam.conf \
|
||||
${STAGEDIR}${PREFIX}/etc/cvsspam.conf.sample
|
||||
.if !exists(${STAGEDIR}${PREFIX}/etc/cvsspam.conf)
|
||||
${INSTALL_DATA} ${WRKSRC}/cvsspam.conf \
|
||||
${STAGEDIR}${PREFIX}/etc/cvsspam.conf
|
||||
.endif
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for f in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
Loading…
Reference in a new issue