summaryrefslogtreecommitdiff
path: root/mail/mailman
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2012-03-26 13:10:01 +0000
committerWesley Shields <wxs@FreeBSD.org>2012-03-26 13:10:01 +0000
commitbe30deccddb7daf0975737397d62e4b39c344f64 (patch)
treea3f06ad65702fa31b2972bb732348a9eb32ded87 /mail/mailman
parent- Fix build of curl plugin (diff)
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
Notes
Notes: svn path=/head/; revision=293849
Diffstat (limited to 'mail/mailman')
-rw-r--r--mail/mailman/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile
index 52e93857dd0c..98de2744a1ec 100644
--- a/mail/mailman/Makefile
+++ b/mail/mailman/Makefile
@@ -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}