ports/64205: update port: mail/p3scan

Yen-Ming Lee leeym at utopia.leeym.com
Sat Mar 13 09:30:14 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list