ports/158207: rtorrent 0.8.7_2 manpage not getting installed

freebsd at nagilum.org freebsd at nagilum.org
Thu Jun 23 16:30:16 UTC 2011


>Number:         158207
>Category:       ports
>Synopsis:       rtorrent 0.8.7_2 manpage not getting installed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 23 16:30:15 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Charlie &
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD cakebox.tis 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun May 29 10:04:47 CEST 2011 root at cakebox.tis:/usr/obj/export/src/sys/net5501 i386


>Description:
	the rtorrent port doesn't install the rtorrent manpage

>How-To-Repeat:
	install net-p2p/rtorrent 0.8.7_2

>Fix:

	Apply attached patch

--- rtorrent.patch begins here ---
diff -Naur rtorrent.orig/Makefile rtorrent/Makefile
--- rtorrent.orig/Makefile	2011-06-09 19:23:25.000000000 +0200
+++ rtorrent/Makefile	2011-06-23 16:42:09.000000000 +0200
@@ -28,6 +28,8 @@
 CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -pthread"
 CONFIGURE_ARGS=	--disable-debug
 
+MAN1?=		rtorrent.1
+
 SUB_FILES=	pkg-message
 
 PORTDOCS=	README
@@ -54,6 +56,7 @@
 post-install:
 	${MKDIR} ${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/rtorrent.rc ${EXAMPLESDIR}/
+	${INSTALL_MAN} ${WRKSRC}/doc/rtorrent.1 ${MANPREFIX}/man/man1
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/
--- rtorrent.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list