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:
Wesley Shields 2012-03-26 13:10:01 +00:00
parent 0c49d47863
commit be30deccdd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293849

View file

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