Fix reinstall target by not moving files. Instead copy them.
PR: ports/166167 Submitted by: "A.J. Kehoe IV (Nanoman)" <hg3hNqHo@nanoman.ca> Feature safe: yes
This commit is contained in:
parent
0c49d47863
commit
be30deccdd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293849
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ post-install:
|
|||
@uudecode -p ${FILESDIR}/powerlogo.gif.uue > \
|
||||
${PREFIX}/${IMGDIR}/powerlogo.gif
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MV} ${WRKSRC}/doc/* ${WRKSRC}/
|
||||
@${CP} -R ${WRKSRC}/doc/* ${WRKSRC}/
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${FILESDIR}/FreeBSD-post-install-notes ${DOCSDIR}
|
||||
.for docfile in ${PORTDOCS:NFreeBSD-post-install-notes}
|
||||
|
|
Loading…
Reference in a new issue