aboutsummaryrefslogtreecommitdiff
path: root/www/arora
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 06:54:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 06:54:19 +0000
commit5b86e88686cb0074fe3e45fe2c5a2f9daa715b53 (patch)
tree917c9e74d0d7de4a4a9e126b6be668086605c02f /www/arora
parent90a41d7ec32eff9ff244bbcd33ac0e166101aa7c (diff)
downloadports-5b86e88686cb0074fe3e45fe2c5a2f9daa715b53.tar.gz
ports-5b86e88686cb0074fe3e45fe2c5a2f9daa715b53.zip
Notes
Diffstat (limited to 'www/arora')
-rw-r--r--www/arora/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/www/arora/Makefile b/www/arora/Makefile
index 7dd4c7bc25d9..d412bee935a2 100644
--- a/www/arora/Makefile
+++ b/www/arora/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: arora
-# Date created: 08 Aug 2008
-# Whom: Andy Fawcett <andy@athame.co.uk>
-#
+# Created by: Andy Fawcett <andy@athame.co.uk>
# $FreeBSD$
PORTNAME= arora
@@ -23,13 +20,13 @@ MAKE_JOBS_SAFE= yes
MAN1= arora.1 arora-cacheinfo.1 arora-placesimport.1 htmlToXBel.1
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${ARCH} == ia64
BROKEN= core dump on application startup
.endif
-.if defined(WITHOUT_NLS)
+.if ! ${PORT_OPTIONS:MNLS}
PLIST_SUB+= NLS="@comment "
.else
USE_QT4+= linguist_build
@@ -37,7 +34,7 @@ PLIST_SUB+= NLS=""
.endif
do-configure:
-.if defined(WITHOUT_NLS)
+.if ! ${PORT_OPTIONS:MNLS}
@${REINPLACE_CMD} -e "/INSTALLS/s|translations||" \
${WRKSRC}/src/src.pro
@${REINPLACE_CMD} -e "s|target_predeps||" \
@@ -67,4 +64,4 @@ post-install:
${WRKSRC}/tools/placesimport/data/arora-placesimport.1 \
${PREFIX}/man/man1
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>