diff options
author | edwin <edwin@FreeBSD.org> | 2004-03-13 21:28:56 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-03-13 21:28:56 +0000 |
commit | 9e40cc29311c490913134632c90cfe31dd232cd7 (patch) | |
tree | 2b3b168ccc94b2c88df4f657152a4fe45b878963 /mail/p3scan/Makefile | |
parent | e5f161de4f2c35f433657a73445488a22a44fa55 (diff) | |
download | FreeBSD-ports-9e40cc29311c490913134632c90cfe31dd232cd7.zip FreeBSD-ports-9e40cc29311c490913134632c90cfe31dd232cd7.tar.gz |
update port: mail/p3scan
install manpages.
PR: ports/64205
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
Diffstat (limited to 'mail/p3scan/Makefile')
-rw-r--r-- | mail/p3scan/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/p3scan/Makefile b/mail/p3scan/Makefile index a513f0e..44b7670 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 |