aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-10-20 15:16:20 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-10-20 15:16:20 +0000
commit50f616c0d6c30ee0d90c14760a8c2085b4cfdfe2 (patch)
treea266d503c415a86b4b38c16f398eb4634318018a /editors
parent3490135973c93cc4dd2093b4cd93bc492c8bf5b9 (diff)
downloadports-50f616c0d6c30ee0d90c14760a8c2085b4cfdfe2.tar.gz
ports-50f616c0d6c30ee0d90c14760a8c2085b4cfdfe2.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/nano/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index 53c00849cebf..674d31722178 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -19,7 +19,7 @@ MAKE_JOBS_SAFE= yes
LICENSE= GPLv3
-.if !defined(WITHOUT_NLS)
+.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
MANLANG= "" fr
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
MAKE_ARGS+= install_htmlmanDATA=install-htmlmanDATA
.else
MAKE_ARGS+= install_htmlmanDATA=""