Date: Sat, 13 Mar 2004 17:24:54 +0800 (CST) From: Yen-Ming Lee <leeym@utopia.leeym.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/64205: update port: mail/p3scan Message-ID: <20040313092454.862E13EACF2@utopia.leeym.com> Resent-Message-ID: <200403130930.i2D9UEsY076736@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 64205 >Category: ports >Synopsis: update port: mail/p3scan >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 13 01:30:14 PST 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.2.1-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 5.2.1-RELEASE-p1 FreeBSD 5.2.1-RELEASE-p1 #22: Fri Mar 5 05:34:20 CST 2004 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: install manpages. >How-To-Repeat: >Fix: --- p3scan.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/p3scan/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 21 Feb 2004 22:20:31 -0000 1.3 +++ Makefile 13 Mar 2004 09:15:54 -0000 @@ -24,6 +24,8 @@ OPTIONS= UVSCAN "Use UVSCAN" on +MAN8= p3scan.8 p3scan_readme.8 +MANCOMPRESSED= yes PORTDOCS= AUTHORS CHANGELOG LICENSE NEWS README .include <bsd.port.pre.mk> @@ -37,6 +39,9 @@ ${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) .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} --- p3scan.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040313092454.862E13EACF2>