Date: Tue, 8 Apr 2003 09:55:38 +0200 From: Marco Molteni <molter@tin.it> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50709: [PATCH] devel/scons doesn't install it's manual page Message-ID: <20030408075537.GA9277@cobweb.example.org> Resent-Message-ID: <200304080800.h3880Hsc073958@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 50709 >Category: ports >Synopsis: [PATCH] devel/scons doesn't install it's manual page >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 08 01:00:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Marco Molteni >Release: FreeBSD 4.8-RC i386 >Organization: Citello Networks >Environment: System: FreeBSD cobweb.example.org 4.8-RC >Description: Port devel/scons contains a manpage scons.1 that isn't installed. >How-To-Repeat: Install the port and type "man scons" ;-) >Fix: Apply following patch: diff -u -r scons/Makefile scons-marco/Makefile --- scons/Makefile Mon Apr 7 10:59:48 2003 +++ scons-marco/Makefile Tue Apr 8 09:42:20 2003 @@ -14,8 +14,14 @@ MAINTAINER= perky@FreeBSD.org COMMENT= A build tool alternative to make +MAN1= scons.1 + USE_PYTHON= yes USE_PYDISTUTILS= yes EXTRACT_AFTER_ARGS= | ${TAR} -xf - 2>/dev/null || ${TRUE} + +post-install: + @${ECHO_MSG} "===> Installing man pages..." + ${INSTALL_MAN} ${WRKSRC}/scons.1 ${MANPREFIX}/man/man1 .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030408075537.GA9277>