diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-21 01:06:49 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-21 01:06:49 +0000 |
commit | 347e1c9a997e4dd4379959fa7a76b738697b3218 (patch) | |
tree | 256e60ec5037d2c689babb625c5a48b7eee3b9e1 | |
parent | c19c356c7e44b2e70226221b52b3d8644f432cee (diff) | |
download | pkgsrc-347e1c9a997e4dd4379959fa7a76b738697b3218.tar.gz |
don't send standard error to /dev/null, we'd like to know if cp(1) fails
-rw-r--r-- | textproc/xmlada/distinfo | 4 | ||||
-rw-r--r-- | textproc/xmlada/patches/patch-Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/xmlada/distinfo b/textproc/xmlada/distinfo index 1f8683d9629..5fe0a12d104 100644 --- a/textproc/xmlada/distinfo +++ b/textproc/xmlada/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.6 2013/07/02 22:13:56 marino Exp $ +$NetBSD: distinfo,v 1.7 2015/03/21 01:06:49 tnn Exp $ SHA1 (xmlada-4.4.0.0.tar.bz2) = 285e98269160428e9387a3b3b3b82c1aef4b9c62 RMD160 (xmlada-4.4.0.0.tar.bz2) = 389328c6582e96a139694ce854e1fdc8af6d892b Size (xmlada-4.4.0.0.tar.bz2) = 632217 bytes -SHA1 (patch-Makefile.in) = f2829a9b097cfc0a8e1545594b5fadf799a10374 +SHA1 (patch-Makefile.in) = c4358a6395420628e76040523dc780a0130015b0 SHA1 (patch-dom_dom.gpr) = f5afdec46fac3cd07755d6bb47a83b715e54ba64 SHA1 (patch-input__sources_input__sources.gpr) = 4bcf4dfb0323cd6e4a6739cd2a4c8d3989c23ca2 SHA1 (patch-sax_sax.gpr) = aed5573f7e28efbb01103726255ed11faca17018 diff --git a/textproc/xmlada/patches/patch-Makefile.in b/textproc/xmlada/patches/patch-Makefile.in index 9c3c2cdc850..c6ec0c9d6f7 100644 --- a/textproc/xmlada/patches/patch-Makefile.in +++ b/textproc/xmlada/patches/patch-Makefile.in @@ -1,4 +1,4 @@ -$NetBSD: patch-Makefile.in,v 1.1 2013/07/02 22:13:56 marino Exp $ +$NetBSD: patch-Makefile.in,v 1.2 2015/03/21 01:06:49 tnn Exp $ Add DESTDIR support to xmlada @@ -105,7 +105,7 @@ Add DESTDIR support to xmlada + ${BSD_INSTALL_DATA} distrib/xmlada_schema.gpr ${DESTDIR}${prefix}/lib/gnat/ + ${BSD_INSTALL_DATA} distrib/xmlada_unicode.gpr ${DESTDIR}${prefix}/lib/gnat/ + ${BSD_INSTALL_SCRIPT} xmlada-config ${DESTDIR}${bindir} -+ -$(CP) -r docs/_build/html/* ${DESTDIR}$(datadir)/doc/xmlada/ 2>/dev/null ++ -$(CP) -r docs/_build/html/* ${DESTDIR}$(datadir)/doc/xmlada/ + ${BSD_INSTALL_DATA} distrib/xmlada_gps.py ${DESTDIR}${datadir}/gps/plug-ins/ ## Do the installation for an explicit target |