Date: Fri, 2 May 2008 13:41:18 +0800 From: "Denise H. G." <darcsis@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/123320: [deskutils/chmsee]: fix for correct installation of man page Message-ID: <481aa983.1420720a.0e01.1061@mx.google.com> Resent-Message-ID: <200805020550.m425o2iJ031247@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?481aa983.1420720a.0e01.1061>