1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-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

13 lines
315 B
Plaintext

--- 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