From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 10 15:50:06 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 049771065676 for ; Thu, 10 Dec 2009 15:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BCC7E8FC1C for ; Thu, 10 Dec 2009 15:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBAFo5Mg070378 for ; Thu, 10 Dec 2009 15:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBAFo5rs070375; Thu, 10 Dec 2009 15:50:05 GMT (envelope-from gnats) Resent-Date: Thu, 10 Dec 2009 15:50:05 GMT Resent-Message-Id: <200912101550.nBAFo5rs070375@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikolai Saoukh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04EBF106566B for ; Thu, 10 Dec 2009 15:42:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id E89A58FC08 for ; Thu, 10 Dec 2009 15:42:51 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nBAFgpl9019789 for ; Thu, 10 Dec 2009 15:42:51 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nBAFgp7Q019788; Thu, 10 Dec 2009 15:42:51 GMT (envelope-from nobody) Message-Id: <200912101542.nBAFgp7Q019788@www.freebsd.org> Date: Thu, 10 Dec 2009 15:42:51 GMT From: Nikolai Saoukh To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/141346: [PATCH] manual page is not installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2009 15:50:06 -0000 >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 >Release-Note: >Audit-Trail: >Unformatted: