ports/50709: [PATCH] devel/scons doesn't install it's manual page

Marco Molteni molter at tin.it
Tue Apr 8 08:00:18 UTC 2003


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



More information about the freebsd-ports-bugs mailing list