pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pango



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Sep  7 21:13:34 UTC 2019

Modified Files:
        pkgsrc/devel/pango: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.223 -r1.224 pkgsrc/devel/pango/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/pango/Makefile
diff -u pkgsrc/devel/pango/Makefile:1.223 pkgsrc/devel/pango/Makefile:1.224
--- pkgsrc/devel/pango/Makefile:1.223   Sat Aug 17 04:36:27 2019
+++ pkgsrc/devel/pango/Makefile Sat Sep  7 21:13:34 2019
@@ -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_FILES_SKIP+=    ${PREFIX}/libdata/pan
 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