aboutsummaryrefslogtreecommitdiff
path: root/net/ntp
diff options
context:
space:
mode:
Diffstat (limited to 'net/ntp')
-rw-r--r--net/ntp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile
index 8de63415ec45..2465ba3daf3b 100644
--- a/net/ntp/Makefile
+++ b/net/ntp/Makefile
@@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --enable-RAWDCF
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/ntp
- ${TAR} -C ${WRKSRC}/html --exclude '.*' -cf - . | \
+ ${TAR} -C ${WRKSRC}/html -cf - . | \
${TAR} -C ${PREFIX}/share/doc/ntp --unlink -xf -
find ${PREFIX}/share/doc/ntp | xargs ${CHOWN} ${SHAREOWN}:${SHAREGRP}
find ${PREFIX}/share/doc/ntp -type f | xargs ${CHMOD} ${SHAREMODE}