summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-06-08 09:58:04 +0000
committerjperkin <jperkin@pkgsrc.org>2016-06-08 09:58:04 +0000
commita345c57df2169ec1f3b6b750732eb5ba82e3fa5b (patch)
tree1e82281dd07ee24a259f0cd95d0b567e9f2a3986 /mail
parent74263bc0012d6e95cfefde405f65f3e672d31245 (diff)
downloadpkgsrc-a345c57df2169ec1f3b6b750732eb5ba82e3fa5b.tar.gz
Add or fix manpath entries to use the correct path.
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix/files/smf/manifest.xml2
-rw-r--r--mail/postgrey/files/smf/manifest.xml2
-rw-r--r--mail/sendmail/files/smf/manifest.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix/files/smf/manifest.xml b/mail/postfix/files/smf/manifest.xml
index 68029cd3bb2..66c61a4ccd8 100644
--- a/mail/postfix/files/smf/manifest.xml
+++ b/mail/postfix/files/smf/manifest.xml
@@ -35,7 +35,7 @@
<loctext xml:lang='C'>Postfix SMTP Server</loctext>
</common_name>
<documentation>
- <manpage title='postfix' section='1' />
+ <manpage title='postfix' section='1' manpath='@PREFIX@/@PKGMANDIR@'/>
<doc_link name='postfix.org' uri='http://www.postfix.org/documentation.html' />
</documentation>
</template>
diff --git a/mail/postgrey/files/smf/manifest.xml b/mail/postgrey/files/smf/manifest.xml
index eeff27af2b2..2c1d20f5b24 100644
--- a/mail/postgrey/files/smf/manifest.xml
+++ b/mail/postgrey/files/smf/manifest.xml
@@ -43,7 +43,7 @@
<loctext xml:lang='C'>Postgrey Greylisting for Postfix</loctext>
</common_name>
<documentation>
- <manpage title='postgrey' section='1' />
+ <manpage title='postgrey' section='1' manpath='@PREFIX@/@PKGMANDIR@'/>
<doc_link name='postgrey website' uri='http://postgrey.schweikert.ch' />
</documentation>
</template>
diff --git a/mail/sendmail/files/smf/manifest.xml b/mail/sendmail/files/smf/manifest.xml
index 6b97beabd20..5612551ecdf 100644
--- a/mail/sendmail/files/smf/manifest.xml
+++ b/mail/sendmail/files/smf/manifest.xml
@@ -33,7 +33,7 @@
<loctext xml:lang='C'>Sendmail SMTP Server</loctext>
</common_name>
<documentation>
- <manpage title='sendmail' section='8' />
+ <manpage title='sendmail' section='8' manpath='@PREFIX@/@PKGMANDIR@'/>
<doc_link name='sendmail.com' uri='http://www.sendmail.com/sm/open_source/docs/' />
</documentation>
</template>