summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-08-16 23:14:11 +0000
committertnn <tnn@pkgsrc.org>2020-08-16 23:14:11 +0000
commit4b7f90e0fadb1466cb2c20864aa9b24fc4802036 (patch)
tree11dd7d5bc7d20efca96a6aafee03e743d41d5445
parent79ed1a4392e32b2dd95cbf0eca1faabf718fbc32 (diff)
downloadpkgsrc-4b7f90e0fadb1466cb2c20864aa9b24fc4802036.tar.gz
go-genproto: BROKEN message should be in quotes to avoid linebreaks
-rw-r--r--misc/go-genproto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/go-genproto/Makefile b/misc/go-genproto/Makefile
index 3ea0d1694bf..6e3c9be1648 100644
--- a/misc/go-genproto/Makefile
+++ b/misc/go-genproto/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.28 2020/08/14 20:01:23 bsiegert Exp $
+# $NetBSD: Makefile,v 1.29 2020/08/16 23:14:11 tnn Exp $
COMMENT= Go generated proto packages
PKGREVISION= 18
DEPENDS+= go-genproto-googleapis-rpc-[0-9]*:../../misc/go-genproto-googleapis-rpc
-BROKEN= Tries to modify .buildlink/gopkg
+BROKEN= "Tries to modify .buildlink/gopkg"
.include "Makefile.common"