pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/openoffice2-bin pkglint: Please use ${OO_VER:Q} i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c283704b9222
branches:  trunk
changeset: 509541:c283704b9222
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sat Mar 11 11:15:39 2006 +0000

description:
pkglint: Please use ${OO_VER:Q} instead of ${OO_VER} (in MESSAGE_SUBST).

diffstat:

 misc/openoffice2-bin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3930d3a28871 -r c283704b9222 misc/openoffice2-bin/Makefile
--- a/misc/openoffice2-bin/Makefile     Sat Mar 11 11:12:34 2006 +0000
+++ b/misc/openoffice2-bin/Makefile     Sat Mar 11 11:15:39 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/03/11 11:11:04 ghen Exp $
+# $NetBSD: Makefile,v 1.17 2006/03/11 11:15:39 ghen Exp $
 
 PKGNAME=               openoffice-bin-2.0.2
 CATEGORIES=            misc
@@ -16,7 +16,7 @@
 
 OO_VER=                        2.0
 PLIST_SUBST+=          VER=${OO_VER:Q}
-MESSAGE_SUBST+=                VER=${OO_VER}
+MESSAGE_SUBST+=                VER=${OO_VER:Q}
 FILES_SUBST+=          VER=${OO_VER:Q}
 
 NO_CONFIGURE=           yes



Home | Main Index | Thread Index | Old Index