Date: Sun, 13 May 2001 19:24:55 -0400 (EDT) From: Rob Simmons <rsimmons@wumpus.wlcg.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/27309: Bad pod2man command in the rlytest port Message-ID: <200105132324.f4DNOtr38252@wumpus.wlcg.com>
next in thread | raw e-mail | index | archive | help
>Number: 27309 >Category: ports >Synopsis: Bad pod2man command in the rlytest port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 13 16:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Rob Simmons >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD wumpus 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri May 11 09:42:50 EDT 2001 root@wumpus:/usr/obj/usr/src/sys/WUMPUS i386 >Description: rlytest-1.20_1 does not build correctly in the ports collection. The pod2man command during "make" fails since it is incorrect. >How-To-Repeat: Try to install the port rlytest-1.20_1 >Fix: Here is a diff that will correct the problem: --- /usr/ports/mail/rlytest/Makefile Sun May 13 19:18:33 2001 +++ /root/Makefile Sun May 13 19:18:12 2001 @@ -26,7 +26,7 @@ perl -pe 's,^#!/usr/local/bin/perl$$,#!/usr/bin/perl,' < ${_DISTDIR}${DI STFILES} > ${WRKSRC}/rlytest do-build: - pod2man ${WRKSRC}/rlytest ${WRKSRC}/rlytest.1 + pod2man ${WRKSRC}/rlytest > ${WRKSRC}/rlytest.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/rlytest ${PREFIX}/bin/ >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?200105132324.f4DNOtr38252>