aboutsummaryrefslogtreecommitdiff
path: root/mail/p3scan
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-03-13 21:28:56 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-03-13 21:28:56 +0000
commit4ce77da9aa2ec306e3e6ef1ec21c5bc54519af85 (patch)
tree5cfd0ad40e573dde895200c6e117a4ddd99c4144 /mail/p3scan
parent2d30e526bac11c6706e8cdefd66613a7d3a0d85d (diff)
downloadports-4ce77da9aa2ec306e3e6ef1ec21c5bc54519af85.tar.gz
ports-4ce77da9aa2ec306e3e6ef1ec21c5bc54519af85.zip
Notes
Diffstat (limited to 'mail/p3scan')
-rw-r--r--mail/p3scan/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/p3scan/Makefile b/mail/p3scan/Makefile
index a513f0e48203..44b76707b471 100644
--- a/mail/p3scan/Makefile
+++ b/mail/p3scan/Makefile
@@ -7,7 +7,7 @@
PORTNAME= p3scan
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -26,6 +26,9 @@ OPTIONS= UVSCAN "Use UVSCAN" on
PORTDOCS= AUTHORS CHANGELOG LICENSE NEWS README
+MAN8= p3scan.8 p3scan_readme.8
+MANCOMPRESSED= yes
+
.include <bsd.port.pre.mk>
.if defined(WITH_UVSCAN) && ${WITH_UVSCAN:L} == "true"
@@ -37,7 +40,11 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/p3scan.conf ${PREFIX}/etc/p3scan.conf.sample
${INSTALL_DATA} ${WRKSRC}/p3scan.mail ${PREFIX}/etc/p3scan.mail.sample
${INSTALL_SCRIPT} ${FILESDIR}/p3scan.sh ${PREFIX}/etc/rc.d/
+.for f in ${MAN8}
+ ${INSTALL_MAN} ${WRKSRC}/${f}.gz ${MAN8PREFIX}/man/man8/
+.endfor
.ifndef (NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor