aboutsummaryrefslogtreecommitdiff
path: root/news/tin/Makefile
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2012-06-27 19:52:13 +0000
committerJohan van Selst <johans@FreeBSD.org>2012-06-27 19:52:13 +0000
commita61925225764f1ab64e31639eae169eb529c7758 (patch)
tree75a63eed7f902250d8003350b2b37ac8f92bb384 /news/tin/Makefile
parent35a670c59f3774b34f29abb0e1be9a8ef51a3994 (diff)
downloadports-a61925225764f1ab64e31639eae169eb529c7758.tar.gz
ports-a61925225764f1ab64e31639eae169eb529c7758.zip
Convert to new options framework
Notes
Notes: svn path=/head/; revision=300111
Diffstat (limited to 'news/tin/Makefile')
-rw-r--r--news/tin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile
index 6e54ab5374cc..47213bdab0ee 100644
--- a/news/tin/Makefile
+++ b/news/tin/Makefile
@@ -119,7 +119,7 @@ post-patch:
${WRKSRC}/tools/tinurl_handler.pl
post-build:
-.ifndef WITHOUT_NLS
+.if ${PORT_OPTIONS:MNLS}
cd ${WRKSRC}/po; ${GMAKE}
.endif