summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authordbj <dbj>2016-04-11 04:22:33 +0000
committerdbj <dbj>2016-04-11 04:22:33 +0000
commit7cc485d28fa9c48be3654966faee57ad25d3e424 (patch)
tree43f2daca488868e0026cc02639eb63e7f02c5908 /emulators
parentf34cb13afc3fc7940ac5dfee9b0d71d4e5620a81 (diff)
downloadpkgsrc-7cc485d28fa9c48be3654966faee57ad25d3e424.tar.gz
update PKG_{FAIL,SKIP}_REASON with +=
Diffstat (limited to 'emulators')
-rw-r--r--emulators/suse121_linux/Makefile.common4
-rw-r--r--emulators/suse131_linux/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/suse121_linux/Makefile.common b/emulators/suse121_linux/Makefile.common
index 8aeed5776ef..d90c1a339a9 100644
--- a/emulators/suse121_linux/Makefile.common
+++ b/emulators/suse121_linux/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2015/09/26 00:44:03 kamil Exp $
+# $NetBSD: Makefile.common,v 1.13 2016/04/11 04:22:34 dbj Exp $
#
# used by emulators/suse121_alsa/Makefile
# used by emulators/suse121_aspell/Makefile
@@ -105,7 +105,7 @@ FILES_SUBST+= LINUX_LIBSUBDIR=${LINUX_LIBSUBDIR:Q}
.sinclude "${SUSE_PKGSRCDIR}/suse.${EMUL_ARCH}.mk"
.if make(distinfo) || make(makedistinfo) || make(mdi) || make(makesum)
-PKG_FAIL_REASON= "please use make emul-fetch or make emul-distinfo"
+PKG_FAIL_REASON+= "please use make emul-fetch or make emul-distinfo"
.endif
.if defined(RPMPKGS) && !empty(RPMPKGS)
diff --git a/emulators/suse131_linux/Makefile.common b/emulators/suse131_linux/Makefile.common
index 2f5f9f70151..985400c7352 100644
--- a/emulators/suse131_linux/Makefile.common
+++ b/emulators/suse131_linux/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2015/09/26 00:40:58 kamil Exp $
+# $NetBSD: Makefile.common,v 1.15 2016/04/11 04:22:34 dbj Exp $
#
# used by emulators/suse131_alsa/Makefile
# used by emulators/suse131_aspell/Makefile
@@ -123,7 +123,7 @@ FILES_SUBST+= LINUX_LIBSUBDIR=${LINUX_LIBSUBDIR:Q}
.sinclude "${SUSE_PKGSRCDIR}/suse.${EMUL_ARCH}.mk"
.if make(distinfo) || make(makedistinfo) || make(mdi) || make(makesum)
-PKG_FAIL_REASON= "please use make emul-fetch or make emul-distinfo"
+PKG_FAIL_REASON+= "please use make emul-fetch or make emul-distinfo"
.endif
.if defined(RPMPKGS) && !empty(RPMPKGS)