pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/mozilla Use !empty instead of != "", which was cau...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2685286d80c
branches:  trunk
changeset: 476040:c2685286d80c
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Jun 01 22:41:21 2004 +0000

description:
Use !empty instead of != "", which was causing some troubles.

diffstat:

 www/mozilla/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6208d69b7454 -r c2685286d80c www/mozilla/Makefile.common
--- a/www/mozilla/Makefile.common       Tue Jun 01 22:14:58 2004 +0000
+++ b/www/mozilla/Makefile.common       Tue Jun 01 22:41:21 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.39 2004/06/01 15:01:17 taya Exp $
+# $NetBSD: Makefile.common,v 1.40 2004/06/01 22:41:21 xtraeme Exp $
 
 MOZ_DIST_VER?= ${MOZ_VER}
 DISTNAME?=     mozilla-source-${MOZ_DIST_VER}
@@ -88,7 +88,7 @@
 # avoid creating a .mozilla directory in the users home
 # directory
 SCRIPTS_ENV+=  HOME="${WRKDIR}"
-.if (${MOZCONFDIR} != "")
+.if !empty(MOZCONFDIR)
 SCRIPTS_ENV+=  TMPMOZCONFDIR="${WRKDIR}/${MOZCONFDIR}"
 .endif
 



Home | Main Index | Thread Index | Old Index