pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/qcad Use "+=" with PKG_FAIL_REASON. While here, ad...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f906d65d3fb8
branches:  trunk
changeset: 503434:f906d65d3fb8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Nov 20 14:07:11 2005 +0000

description:
Use "+=" with PKG_FAIL_REASON. While here, add the missing trailing
string terminator.

diffstat:

 cad/qcad/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7c5975bde734 -r f906d65d3fb8 cad/qcad/Makefile
--- a/cad/qcad/Makefile Sun Nov 20 14:04:54 2005 +0000
+++ b/cad/qcad/Makefile Sun Nov 20 14:07:11 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/08/20 02:23:25 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.28 2005/11/20 14:07:11 rillig Exp $
 
 DISTNAME=              qcad-1.5.4-src
 PKGNAME=               qcad-1.5.4
@@ -27,7 +27,7 @@
 QCAD_OPSYS = IRIX
 .else
 QCAD_OPSYS = UNKNOWN
-PKG_FAIL_REASON=       "Unknown operating system for ${PKGNAME}
+PKG_FAIL_REASON+=      "Unknown operating system for ${PKGNAME}"
 .endif
 
 do-configure:



Home | Main Index | Thread Index | Old Index