ports/123320: [deskutils/chmsee]: fix for correct installation of man page

Denise H. G. darcsis at gmail.com
Fri May 2 05:50:03 UTC 2008


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list