aboutsummaryrefslogtreecommitdiff
path: root/net/c3270
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2008-03-29 15:57:41 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2008-03-29 15:57:41 +0000
commit3124477d0a59c537e271210e96ceae6db2ac18a2 (patch)
tree40b2e4682fbe10e0ced2d95f8bd2c45a4cab8fad /net/c3270
parentdb5b39dfbd5ba8efe6830977aab3be557c11e525 (diff)
downloadports-3124477d0a59c537e271210e96ceae6db2ac18a2.tar.gz
ports-3124477d0a59c537e271210e96ceae6db2ac18a2.zip
Enclose OPTIONS descriptions in double quotes, as bsd.port.mk assumes.
Notes
Notes: svn path=/head/; revision=210086
Diffstat (limited to 'net/c3270')
-rw-r--r--net/c3270/Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/net/c3270/Makefile b/net/c3270/Makefile
index 53de618ec28b..2fd404eb93ca 100644
--- a/net/c3270/Makefile
+++ b/net/c3270/Makefile
@@ -37,18 +37,18 @@ PORTDOCS= *
# 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>