ports/textproc/uim/files/patch-qt5_applet_Makefile.am
MANTANI Nobutaka 77267e8a33 textproc/uim: Update to the snapshot on 2022-03-18
- Update slave ports of textproc/uim
- Bump PORTREVISION for the ports that depend on textproc/uim
2022-05-08 16:40:24 +09:00

12 lines
315 B
Text

--- qt5/applet/Makefile.am.orig 2022-05-04 19:18:08 UTC
+++ qt5/applet/Makefile.am
@@ -6,6 +6,8 @@ EXTRA_DIST = \
plasmoid
if QT5
-all clean install uninstall:
+all clean uninstall:
$(MAKE) $(AM_MAKEFLAGS) -C ../applet.cmake $@
+install:
+ $(MAKE) $(AM_MAKEFLAGS) -C ../applet.cmake install/strip
endif