pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pango pango: ignore MV command failing when PKGM...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee73d47b65d9
branches:  trunk
changeset: 400941:ee73d47b65d9
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Sep 07 21:13:34 2019 +0000

description:
pango: ignore MV command failing when PKGMANDIR is share/man

diffstat:

 devel/pango/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ba2c85344034 -r ee73d47b65d9 devel/pango/Makefile
--- a/devel/pango/Makefile      Sat Sep 07 19:30:29 2019 +0000
+++ b/devel/pango/Makefile      Sat Sep 07 21:13:34 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.223 2019/08/17 04:36:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.224 2019/09/07 21:13:34 nia Exp $
 
 DISTNAME=      pango-1.44.5
 CATEGORIES=    devel fonts
@@ -29,7 +29,7 @@
 CHECK_PORTABILITY_SKIP+= docs/check.docs
 
 post-install:
-       ${MV} ${DESTDIR}${PREFIX}/share/man/man1/pango-view.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/pango-view.1
+       ${MV} ${DESTDIR}${PREFIX}/share/man/man1/pango-view.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/pango-view.1 || ${TRUE}
 
 .include "options.mk"
 .include "../../graphics/librsvg/available.mk"



Home | Main Index | Thread Index | Old Index