pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox Fixed the pkglint warnings concerning @com...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fdddbd5355ec
branches: trunk
changeset: 507659:fdddbd5355ec
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon Feb 06 09:55:16 2006 +0000
description:
Fixed the pkglint warnings concerning @comment the right way.
diffstat:
www/firefox/Makefile.common | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 409a5434abd9 -r fdddbd5355ec www/firefox/Makefile.common
--- a/www/firefox/Makefile.common Mon Feb 06 09:46:42 2006 +0000
+++ b/www/firefox/Makefile.common Mon Feb 06 09:55:16 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2006/02/06 09:20:46 ghen Exp $
+# $NetBSD: Makefile.common,v 1.5 2006/02/06 09:55:16 rillig Exp $
MOZ_DIST_VER?= ${MOZ_VER}
DISTNAME?= mozilla-${MOZ_DIST_VER}-source
@@ -111,11 +111,10 @@
PLIST_SUBST+= SO_SUFFIX=${SO_SUFFIX:Q}
.if (${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "sparc")
-SUNOSLIB=
+PLIST_SUBST+= SUNOSLIB=""
.else
-SUNOSLIB= "@comment "
+PLIST_SUBST+= SUNOSLIB="@comment "
.endif
-PLIST_SUBST+= SUNOSLIB=${SUNOSLIB:Q}
SCRIPTS_ENV+= OBJECT_FMT=${OBJECT_FMT:Q}
SCRIPTS_ENV+= PLIST_SRC=${PLIST_SRC:Q}
Home |
Main Index |
Thread Index |
Old Index