summaryrefslogtreecommitdiff
path: root/comms
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 /comms
parentf34cb13afc3fc7940ac5dfee9b0d71d4e5620a81 (diff)
downloadpkgsrc-7cc485d28fa9c48be3654966faee57ad25d3e424.tar.gz
update PKG_{FAIL,SKIP}_REASON with +=
Diffstat (limited to 'comms')
-rw-r--r--comms/lirc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile
index debdd34c976..60eec202b7a 100644
--- a/comms/lirc/Makefile
+++ b/comms/lirc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/01/01 09:35:17 dholland Exp $
+# $NetBSD: Makefile,v 1.5 2016/04/11 04:22:33 dbj Exp $
#
DISTNAME= lirc-0.9.0
@@ -38,7 +38,7 @@ post-install:
.include "available.mk"
.if ${LIRC_AVAILABLE} == no
-PKG_SKIP_REASON= "lirc is not available for this platform"
+PKG_SKIP_REASON+= "lirc is not available for this platform"
.endif
.include "options.mk"