Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2009 15:42:51 GMT
From:      Nikolai Saoukh <nms+bsd@otdel-1.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/141346: [PATCH] manual page is not installed
Message-ID:  <200912101542.nBAFgp7Q019788@www.freebsd.org>
Resent-Message-ID: <200912101550.nBAFo5rs070375@freefall.freebsd.org>

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

>Number:         141346
>Category:       ports
>Synopsis:       [PATCH] manual page is not installed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 10 15:50:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Nikolai Saoukh
>Release:        9.0-CURRENT
>Organization:
none
>Environment:
FreeBSD NetFaker.otdel-1.org 9.0-CURRENT FreeBSD 9.0-CURRENT #55: Thu Nov 26 13:16:05 MSK 2009     nms+bsd@otdel-1.org:/usr/obj/usr/src/sys/INTERFAKER  i386
>Description:
Manual page installation is missing from Makefile.
>How-To-Repeat:
Install port and issue

man miniupnpd
>Fix:
Patch for port Makefile is attached

Patch attached with submission follows:

--- Makefile.orig	2009-12-08 20:36:11.000000000 +0300
+++ Makefile	2009-12-10 18:31:13.000000000 +0300
@@ -22,11 +22,14 @@
 FWNAME?=	pf
 PLIST_FILES=	etc/miniupnpd.conf.sample sbin/miniupnpd
 
+MAN8=		miniupnpd.8
+
 USE_RC_SUBR=	miniupnpd.sh
 
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/miniupnpd ${PREFIX}/sbin/miniupnpd
 	@${INSTALL_DATA} ${WRKDIR}/miniupnpd.conf.sample ${PREFIX}/etc/miniupnpd.conf.sample
+	@${INSTALL_MAN} ${WRKSRC}/miniupnpd.1 ${PREFIX}/man/man8/miniupnpd.8
 	@${CAT} ${PKGMESSAGE}
 
 .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?200912101542.nBAFgp7Q019788>