diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-06-08 09:58:04 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-06-08 09:58:04 +0000 |
commit | a345c57df2169ec1f3b6b750732eb5ba82e3fa5b (patch) | |
tree | 1e82281dd07ee24a259f0cd95d0b567e9f2a3986 /net/openntpd | |
parent | 74263bc0012d6e95cfefde405f65f3e672d31245 (diff) | |
download | pkgsrc-a345c57df2169ec1f3b6b750732eb5ba82e3fa5b.tar.gz |
Add or fix manpath entries to use the correct path.
Diffstat (limited to 'net/openntpd')
-rw-r--r-- | net/openntpd/files/smf/manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openntpd/files/smf/manifest.xml b/net/openntpd/files/smf/manifest.xml index 4ded611eb6a..53f6d611ce6 100644 --- a/net/openntpd/files/smf/manifest.xml +++ b/net/openntpd/files/smf/manifest.xml @@ -32,7 +32,7 @@ <loctext xml:lang='C'>OpenNTPD time server</loctext> </common_name> <documentation> - <manpage title='ntpd' section='8' /> + <manpage title='ntpd' section='8' manpath='@PREFIX@/@PKGMANDIR@'/> <doc_link name='openntpd.org' uri='http://www.openntpd.org/' /> </documentation> </template> |