- Fix orphan, no need to install into stagedir as @sample will handle it at install.

This commit is contained in:
Bryan Drewery 2014-04-24 19:31:28 +00:00
parent 6a640580d0
commit 03d86087b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352055

View file

@ -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}