summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-12-22 01:07:01 +0000
committerjoerg <joerg@pkgsrc.org>2007-12-22 01:07:01 +0000
commitc7b429fd47fb7bd1c067ba703682501eb8cfb174 (patch)
treee93c697ba38f2122c3fe563bfdf20d6c3ea1cc7d /devel
parent1c99b1235a762d3ba496aba8e70066df52f4f5e0 (diff)
downloadpkgsrc-c7b429fd47fb7bd1c067ba703682501eb8cfb174.tar.gz
Ignore return value of pkg_info -E, at least during the first run the
dependencies are likely to be missing.
Diffstat (limited to 'devel')
-rw-r--r--devel/scmgit-docs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/scmgit-docs/Makefile b/devel/scmgit-docs/Makefile
index ec58a63da2a..a68e33ad1ed 100644
--- a/devel/scmgit-docs/Makefile
+++ b/devel/scmgit-docs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/12/12 04:22:45 bjs Exp $
+# $NetBSD: Makefile,v 1.2 2007/12/22 01:07:01 joerg Exp $
#
PKGNAME= scmgit-docs-${GIT_VERSION}
@@ -17,7 +17,7 @@ INSTALL_TARGET= install-doc
.include "../../mk/bsd.fast.prefs.mk"
.for d in asciidoc docbook-xsl
-GITDOCDEP.${d}= ${${${PKG_INFO} -E ${d}:L:sh}:L:C/[^[0-9]]*/ /g:[1..3]:ts.}
+GITDOCDEP.${d}= ${${${PKG_INFO} -E ${d} || echo:L:sh}:L:C/[^[0-9]]*/ /g:[1..3]:ts.}
.endfor
.if !empty(GITDOCDEP.asciidoc:M[8]*)