mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
77267e8a33
- Update slave ports of textproc/uim - Bump PORTREVISION for the ports that depend on textproc/uim
13 lines
315 B
Plaintext
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
|