summaryrefslogtreecommitdiff
path: root/devel/gputils/patches/patch-doc_html-help_Makefile.in
blob: 4c21dc0d0da098f82835a3bda50d97a38de69c15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-doc_html-help_Makefile.in,v 1.1 2020/03/27 20:53:53 joerg Exp $

--- doc/html-help/Makefile.in.orig	2020-03-27 13:48:59.416360163 +0000
+++ doc/html-help/Makefile.in
@@ -429,7 +429,7 @@ uninstall-am:
 
 
 html-doc:
-	if [ "$(ENABLE_HTML_DOC)" == "yes" ]; then \
+	if [ "$(ENABLE_HTML_DOC)" = "yes" ]; then \
 	  if [ ! -e $(DEFAULT_MPLABX_PATH)/mpasmx/8bit_device.info ]; then \
 	    @echo "Can't find mplabx installation; HTML documentation will not be built."; \
 	  else \
@@ -440,7 +440,7 @@ html-doc:
 install: install-html
 
 install-html:
-	if [ "$(ENABLE_HTML_DOC)" == "yes" ]; then \
+	if [ "$(ENABLE_HTML_DOC)" = "yes" ]; then \
 	  if [ -n "$$(ls *.html 2>/dev/null)" -a -n "$$(ls *.css 2>/dev/null)" ]; then \
 	    $(install_sh) -d "$(DESTDIR)$(pkgdatadir)"; \
 	    $(install_sh) -c -m 644 *.css *.html "$(DESTDIR)$(pkgdatadir)"; \