Install the man pages for spamd/spamc, move spamd to section 8.

ok maintainer
This commit is contained in:
wcobb 2002-12-03 07:10:06 +00:00
parent 67377a7b7f
commit 96daa31089
3 changed files with 20 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2002/10/30 04:38:13 pvalchev Exp $
# $OpenBSD: Makefile,v 1.15 2002/12/03 07:10:06 wcobb Exp $
COMMENT= "mailfilter to identify and mark spam"
@ -43,6 +43,10 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/SpamAssassin
${INSTALL_DATA} ${FAQS} ${PREFIX}/share/doc/SpamAssassin
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/SpamAssassin
cd ${WRKSRC} && pod2man --section=1 spamd/spamc.pod > \
${PREFIX}/man/man1/spamc.1
cd ${WRKSRC} && pod2man --section=8 spamd/spamd > \
${PREFIX}/man/man8/spamd.8
pre-regress:
mkdir -p ${PORTHOME}

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-spamd_spamc_pod,v 1.1 2002/12/03 07:10:06 wcobb Exp $
--- spamd/spamc.pod.orig Tue Dec 3 00:21:25 2002
+++ spamd/spamc.pod Tue Dec 3 00:21:32 2002
@@ -94,7 +94,7 @@ distribution for more details.
=head1 SEE ALSO
-spamd(1)
+spamd(8)
spamassassin(1)
Mail::SpamAssassin(3)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2002/10/07 14:32:33 lebel Exp $
@comment $OpenBSD: PLIST,v 1.8 2002/12/03 07:10:06 wcobb Exp $
bin/spamassassin
bin/spamc
bin/spamd
@ -25,6 +25,8 @@ ${P5SITE}/Mail/SpamAssassin/Replier.pm
${P5SITE}/Mail/SpamAssassin/Reporter.pm
${P5SITE}/Mail/SpamAssassin/SHA1.pm
${P5SITE}/Mail/SpamAssassin/TextCat.pm
man/man1/spamc.1
man/man8/spamd.8
man/man3p/Mail::SpamAssassin.3p
man/man3p/Mail::SpamAssassin::Conf.3p
man/man3p/Mail::SpamAssassin::PerMsgStatus.3p