summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authordbj <dbj@pkgsrc.org>2016-04-11 04:22:33 +0000
committerdbj <dbj@pkgsrc.org>2016-04-11 04:22:33 +0000
commitf0b2d4c2907e8f8c75c0fefb76a726effa493ffa (patch)
tree43f2daca488868e0026cc02639eb63e7f02c5908 /regress
parentbb2b4982bcf7c8af4aeaa3025abdc3119c30cf88 (diff)
downloadpkgsrc-f0b2d4c2907e8f8c75c0fefb76a726effa493ffa.tar.gz
update PKG_{FAIL,SKIP}_REASON with +=
Diffstat (limited to 'regress')
-rw-r--r--regress/pkgfail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/pkgfail/Makefile b/regress/pkgfail/Makefile
index 1ff6d92f8d9..f69629e0d2d 100644
--- a/regress/pkgfail/Makefile
+++ b/regress/pkgfail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/03/06 23:26:26 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2016/04/11 04:22:34 dbj Exp $
#
DISTNAME= regress-pkgfail-0.0
@@ -8,6 +8,6 @@ CATEGORIES= regress
MAINTAINER= gavan@NetBSD.org
COMMENT= Test PKG_FAIL_REASON
-PKG_FAIL_REASON= "This package should never build"
+PKG_FAIL_REASON+= "This package should never build"
.include "../../mk/bsd.pkg.mk"