summaryrefslogtreecommitdiff
path: root/misc/openoffice-bin
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 20:49:47 +0000
committerrillig <rillig>2005-12-05 20:49:47 +0000
commit472dafdd2e1560bc21a20b89efd58a911dc44409 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /misc/openoffice-bin
parent55a30558d8942bf85417fab3ed26bec7a7c3aae6 (diff)
downloadpkgsrc-472dafdd2e1560bc21a20b89efd58a911dc44409.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'misc/openoffice-bin')
-rw-r--r--misc/openoffice-bin/Makefile4
-rw-r--r--misc/openoffice-bin/Makefile.NetBSD.i3864
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/openoffice-bin/Makefile b/misc/openoffice-bin/Makefile
index 3652c54f89c..efabd641b97 100644
--- a/misc/openoffice-bin/Makefile
+++ b/misc/openoffice-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/10/10 20:08:09 mrauch Exp $
+# $NetBSD: Makefile,v 1.13 2005/12/05 20:50:40 rillig Exp $
PKGNAME= openoffice-bin-${OO_VER}
PKGREVISION= 1
@@ -16,7 +16,7 @@ HOMEPAGE= http://www.openoffice.org/
COMMENT= Integrated office productivity suite (binary pkg)
OO_VER= 1.1.5
-PLIST_SUBST+= VER=${OO_VER}
+PLIST_SUBST+= VER=${OO_VER:Q}
MESSAGE_SUBST+= VER=${OO_VER}
NO_BUILD= yes
diff --git a/misc/openoffice-bin/Makefile.NetBSD.i386 b/misc/openoffice-bin/Makefile.NetBSD.i386
index c5bb082e77a..3ac367f747f 100644
--- a/misc/openoffice-bin/Makefile.NetBSD.i386
+++ b/misc/openoffice-bin/Makefile.NetBSD.i386
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.NetBSD.i386,v 1.2 2005/02/26 01:22:16 dmcmahill Exp $
+# $NetBSD: Makefile.NetBSD.i386,v 1.3 2005/12/05 20:50:40 rillig Exp $
DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11
.if !exists(/emul/linux/proc/curproc/cmdline) && !exists(/proc/curproc/cmdline)
-PKG_FAIL_REASON= "please mount /emul/linux/proc or /proc"
+PKG_FAIL_REASON+= "please mount /emul/linux/proc or /proc"
.endif
.include "../../emulators/suse_linux/Makefile.application"