ports/122107: net/c3270: fix single-quotes in OPTIONS
Dima Panov
fluffy at fluffy.khv.ru
Wed Mar 26 05:20:02 UTC 2008
>Number: 122107
>Category: ports
>Synopsis: net/c3270: fix single-quotes in OPTIONS
>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 Mar 26 05:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Dima Panov
>Release: FreeBSD 8.0-800027-CURRENT i386
>Organization:
>Environment:
System: FreeBSD 8.0-800027-CURRENT #0: Tue Mar 25 16:19:27 VLAT 2008
root at Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot
>Description:
net/c3270: fix single-quotes in OPTIONS
>How-To-Repeat:
>Fix:
--- net::c3270.diff begins here ---
Index: net/c3270/Makefile
===================================================================
RCS file: /home/ncvs/ports/net/c3270/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- net/c3270/Makefile 29 Jun 2007 16:29:06 -0000 1.17
+++ net/c3270/Makefile 26 Mar 2008 03:31:22 -0000
@@ -37,18 +37,18 @@
# c3270's ./configure script supports these.
# Within it all options except DBCS are enabled by default.
-OPTIONS=OPENSSL 'Build with OpenSSL support' on \
- READLINE 'Use system Readline library' on \
- PR3287 'Build pr3287 component' on \
- ANSI 'Include NVT (ANSI) support' on \
- APL 'Include APL support' on \
- DBCS 'Include EBCDIC DBCS support' off \
- FT 'Include IND\$$FILE support' on \
- LOCAL_PROCESS 'Include Local Process support' on \
- PRINTER 'Include printer session support' on \
- SCRIPT 'Include scripting support' on \
- TN3270E 'Include TN3270-Extended support' on \
- TRACE 'Include trace support' on
+OPTIONS=OPENSSL "Build with OpenSSL support" on \
+ READLINE "Use system Readline library" on \
+ PR3287 "Build pr3287 component" on \
+ ANSI "Include NVT (ANSI) support" on \
+ APL "Include APL support" on \
+ DBCS "Include EBCDIC DBCS support" off \
+ FT "Include IND\$$FILE support" on \
+ LOCAL_PROCESS "Include Local Process support" on \
+ PRINTER "Include printer session support" on \
+ SCRIPT "Include scripting support" on \
+ TN3270E "Include TN3270-Extended support" on \
+ TRACE "Include trace support" on
.include <bsd.port.pre.mk>
--- net::c3270.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list