freebsd-ports/x11-themes/adapta-gtk-theme/files/patch-Makefile.am
Nicola Vitale 2a609b5327 Adaptive Gtk+ theme based on Material Design Guidelines.
Supported Desktop Environments:

* GNOME-Shell     >= 3.18.3
* GNOME-Flashback >= 3.18.2
* Cinnamon        >= 2.8.6
* XFce4           >= 4.12.2
* Mate            >= 1.14.0 (Gtk+ 3.2x only)
* LXDE            >= 0.99.1 (Gtk+ 2.x only)

WWW: https://github.com/adapta-project/adapta-gtk-theme
2017-07-21 13:37:51 +00:00

19 lines
412 B
Text

--- Makefile.am.orig 2017-06-09 19:33:36 UTC
+++ Makefile.am
@@ -13,12 +13,13 @@ SUBDIRS = \
extra
EXTRA_DIST = \
- COPYING \
- LICENSE_CC_BY_SA4 \
README.md
install-data-hook:
- cp -Rv $(EXTRA_DIST) $(adaptadir)
+ if test ! -z "$(ADAPTA_DOCS)"; then \
+ mkdir -p $(DESTDIR)$(docdir); \
+ cp -Rv $(EXTRA_DIST) $(DESTDIR)$(docdir); \
+ fi
uninstall-hook:
test -e $(noktodir) && rm -rfv $(noktodir)