Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2002 14:20:49 -0800 (PST)
From:      Alex Varju <varju@webct.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33850: include missing man pages for ports/mail/razor-agents
Message-ID:  <200201132220.g0DMKnt91112@alex.madd.tnmc.ca>

next in thread | raw e-mail | index | archive | help

>Number:         33850
>Category:       ports
>Synopsis:       include missing man pages for ports/mail/razor-agents
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 13 14:30:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alex Varju
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
WebCT
>Environment:
System: FreeBSD alex.madd.tnmc.ca 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Dec 29 17:41:54 PST 2001 varju@alex.madd.tnmc.ca:/home/freebsd/obj/home/freebsd/src.HEAD/sys/ALEX i386

>Description:
There are several manpages that the razor-agents port doesn't actually
build/install by default.  These are razor-whitelist.1 and
razor.conf.1.

>How-To-Repeat:
>Fix:
Index: ports/razor-agents/Makefile
===================================================================
RCS file: /home/freebsd/cvsroot/ports/mail/razor-agents/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	29 Dec 2001 01:58:22 -0000	1.3
+++ Makefile	13 Jan 2002 22:15:58 -0000
@@ -22,6 +22,10 @@
 PERL_CONFIGURE=	yes
 
 MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN1=		razor-check.1 razor-discover.1 razor-report.1
+MAN1=		razor-check.1 razor-discover.1 razor-report.1 razor-whitelist.1 razor.conf.1
+
+post-build:
+	pod2man ${WRKSRC}/man/razor-whitelist.pod > ${WRKSRC}/blib/man1/razor-whitelist.1
+	pod2man ${WRKSRC}/man/razor.conf.pod > ${WRKSRC}/blib/man1/razor.conf.1
 
 .include <bsd.port.mk>

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201132220.g0DMKnt91112>