mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
- Update slave ports of textproc/uim - Bump PORTREVISION for the ports that depend on textproc/uim
12 lines
315 B
Text
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
|