ports/126495: [PATCH] editors/nano 2.0.7 WITHOUT_NLS

Martin Matuska mm at FreeBSD.org
Wed Aug 13 09:00:08 UTC 2008


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



More information about the freebsd-ports-bugs mailing list