From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 2 05:50:03 2008 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 A147D106566B for ; Fri, 2 May 2008 05:50:03 +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 7FD328FC14 for ; Fri, 2 May 2008 05:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m425o2Aa031248 for ; Fri, 2 May 2008 05:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m425o2iJ031247; Fri, 2 May 2008 05:50:02 GMT (envelope-from gnats) Resent-Date: Fri, 2 May 2008 05:50:02 GMT Resent-Message-Id: <200805020550.m425o2iJ031247@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, "Denise H. G." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90B57106567C for ; Fri, 2 May 2008 05:41:25 +0000 (UTC) (envelope-from darcsis@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 3D4A08FC0A for ; Fri, 2 May 2008 05:41:24 +0000 (UTC) (envelope-from darcsis@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so2059497pyb.10 for ; Thu, 01 May 2008 22:41:24 -0700 (PDT) Received: by 10.114.38.2 with SMTP id l2mr2654670wal.69.1209706884001; Thu, 01 May 2008 22:41:24 -0700 (PDT) Received: from gmail.com ( [123.117.32.7]) by mx.google.com with ESMTPS id f20sm4242458waf.56.2008.05.01.22.41.21 (version=SSLv3 cipher=OTHER); Thu, 01 May 2008 22:41:23 -0700 (PDT) Received: by gmail.com (sSMTP sendmail emulation); Fri, 2 May 2008 13:41:18 +0800 Message-Id: <481aa983.1420720a.0e01.1061@mx.google.com> Date: Fri, 2 May 2008 13:41:18 +0800 From: "Denise H. G." To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/123320: [deskutils/chmsee]: fix for correct installation of man page X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Denise H. G." List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 05:50:03 -0000 >Number: 123320 >Category: ports >Synopsis: [deskutils/chmsee]: fix for correct installation of man page >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 02 05:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Denise H. G. >Release: FreeBSD 7.0-STABLE amd64 >Organization: >Environment: System: FreeBSD pluton.xbsd.name 7.0-STABLE FreeBSD 7.0-STABLE #0: Sat Apr 26 01:11:46 CST 2008 dhg@pluton.xbsd.name:/opt/obj/usr/src/sys/pluton-SMP-ULE amd64 >Description: the Makeifle doesn't handle correctly the man page. >How-To-Repeat: >Fix: --- chmsee.diff begins here --- diff -ruN chmsee/Makefile chmsee.new/Makefile --- chmsee/Makefile 2008-05-02 11:04:12.000000000 +0800 +++ chmsee.new/Makefile 2008-05-02 13:34:42.000000000 +0800 @@ -13,7 +13,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A viewer for Microsoft Help "CHM" files -MAN1= chmsee +MAN1= chmsee.1 +MANCOMPRESSED= no LIB_DEPENDS+= chm.0:${PORTSDIR}/misc/chmlib \ gtkhtml-3.14:${PORTSDIR}/www/gtkhtml3 --- chmsee.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: