Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2008 10:51:29 +0200 (CEST)
From:      Martin Matuska <mm@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126495: [PATCH] editors/nano 2.0.7 WITHOUT_NLS
Message-ID:  <20080813085129.831DA4AC3E@mail.vx.sk>
Resent-Message-ID: <200808130900.m7D908MN060926@freefall.freebsd.org>

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

>Number:         126495
>Category:       ports
>Synopsis:       [PATCH] editors/nano 2.0.7 WITHOUT_NLS
>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:   Wed Aug 13 09:00:07 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-STABLE i386/amd64
>Description:
- Fix pkg-plist if WITHOUT_NLS is set (there are no french man pages)
>How-To-Repeat:
>Fix:
Index: ports/editors/nano/Makefile
===================================================================
RCS file: /home/pcvs/ports/editors/nano/Makefile,v
retrieving revision 1.43
diff -u -r1.43 Makefile
--- ports/editors/nano/Makefile	6 Jun 2008 13:25:52 -0000	1.43
+++ ports/editors/nano/Makefile	13 Aug 2008 08:50:32 -0000
@@ -32,7 +32,9 @@
 INFO=		nano
 MAN1=		nano.1 rnano.1
 MAN5=		nanorc.5
+.if !defined(WITHOUT_NLS)
 MANLANG=	"" fr
+.endif
 
 .include <bsd.port.pre.mk>
 
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080813085129.831DA4AC3E>