diff options
author | dbj <dbj@pkgsrc.org> | 2016-04-11 04:22:33 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 2016-04-11 04:22:33 +0000 |
commit | f0b2d4c2907e8f8c75c0fefb76a726effa493ffa (patch) | |
tree | 43f2daca488868e0026cc02639eb63e7f02c5908 /emulators | |
parent | bb2b4982bcf7c8af4aeaa3025abdc3119c30cf88 (diff) | |
download | pkgsrc-f0b2d4c2907e8f8c75c0fefb76a726effa493ffa.tar.gz |
update PKG_{FAIL,SKIP}_REASON with +=
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse121_linux/Makefile.common | 4 | ||||
-rw-r--r-- | emulators/suse131_linux/Makefile.common | 4 |
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) |