pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/adapta-gtk-theme adapta-gtk-theme: Replace cp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba6434fc0e2d
branches:  trunk
changeset: 315673:ba6434fc0e2d
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Nov 28 11:00:45 2018 +0000

description:
adapta-gtk-theme: Replace cp -Rv with cp -R.

diffstat:

 graphics/adapta-gtk-theme/Makefile |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 504240fa5e33 -r ba6434fc0e2d graphics/adapta-gtk-theme/Makefile
--- a/graphics/adapta-gtk-theme/Makefile        Wed Nov 28 09:18:18 2018 +0000
+++ b/graphics/adapta-gtk-theme/Makefile        Wed Nov 28 11:00:45 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/11/23 10:30:45 nia Exp $
+# $NetBSD: Makefile,v 1.2 2018/11/28 11:00:45 nia Exp $
 
 DISTNAME=      adapta-gtk-theme-3.95.0.11
 CATEGORIES=    graphics
@@ -41,6 +41,16 @@
 REPLACE_BASH+= wm/asset/assets-xfwm-scripts/recolor-assets-xfwm.sh
 REPLACE_BASH+= wm/asset/assets-xfwm-scripts/render-assets-xfwm.sh
 
+SUBST_CLASSES+=                fix-cp
+SUBST_STAGE.fix-cp=    pre-configure
+SUBST_MESSAGE.fix-cp=  Replace cp -Rv with cp -R, since -v is non-standard.
+SUBST_FILES.fix-cp+=   Makefile.am
+SUBST_FILES.fix-cp+=   extra/Makefile.am
+SUBST_FILES.fix-cp+=   gtk/Makefile.am
+SUBST_FILES.fix-cp+=   shell/Makefile.am
+SUBST_FILES.fix-cp+=   wm/Makefile.am
+SUBST_SED.fix-cp=      -e 's,cp -Rv ,cp -R ,g'
+
 pre-configure:
        cd ${WRKSRC} && ./autogen.sh
 



Home | Main Index | Thread Index | Old Index