aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2020-04-10 11:29:16 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2020-04-10 11:29:16 +0000
commit67a8b0d44d5667851a593eb57c03c8fd458e3d28 (patch)
tree5b815740fcd5e457aa8922e83b3d47e8779d7423 /net
parent190fd3738e0c8bbb83dfac95ae61854aadcba84b (diff)
downloadports-67a8b0d44d5667851a593eb57c03c8fd458e3d28.tar.gz
ports-67a8b0d44d5667851a593eb57c03c8fd458e3d28.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/ntpsec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntpsec/Makefile b/net/ntpsec/Makefile
index 759fa7914739..a3759087e3b8 100644
--- a/net/ntpsec/Makefile
+++ b/net/ntpsec/Makefile
@@ -20,6 +20,6 @@ PORTSCOUT= limit:^[0-9_\.]*$$
post-install: # autoplist: plist varies depending on the python version
@cd ${STAGEDIR}${PREFIX} && \
- ${FIND} * -type f -or -type l | ${SED} -e 's|^man/.*|&.gz|' >> ${TMPPLIST}
+ ${FIND} * -type f -or -type l | ${SED} -e 's|^share/man/.*|&.gz|' >> ${TMPPLIST}
.include <bsd.port.mk>