pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/openoffice-linux The PKG_FAIL_REASON string needs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1365ceff2312
branches:  trunk
changeset: 469801:1365ceff2312
user:      mrauch <mrauch%pkgsrc.org@localhost>
date:      Sun Feb 29 08:54:41 2004 +0000

description:
The PKG_FAIL_REASON string needs quoting.

diffstat:

 misc/openoffice-linux/Makefile.NetBSD.i386 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 4d5ef3aaba10 -r 1365ceff2312 misc/openoffice-linux/Makefile.NetBSD.i386
--- a/misc/openoffice-linux/Makefile.NetBSD.i386        Sun Feb 29 06:00:23 2004 +0000
+++ b/misc/openoffice-linux/Makefile.NetBSD.i386        Sun Feb 29 08:54:41 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.NetBSD.i386,v 1.6 2004/02/14 17:38:14 mrauch Exp $
+# $NetBSD: Makefile.NetBSD.i386,v 1.7 2004/02/29 08:54:41 mrauch 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"



Home | Main Index | Thread Index | Old Index