svn commit: r504949 - head/japanese/fcitx-skk

Tobias C. Berner tcberner at FreeBSD.org
Sun Jun 23 13:32:23 UTC 2019


Author: tcberner
Date: Sun Jun 23 13:32:22 2019
New Revision: 504949
URL: https://svnweb.freebsd.org/changeset/ports/504949

Log:
  japanese/fcitx-skk: remove leading space

Modified:
  head/japanese/fcitx-skk/Makefile

Modified: head/japanese/fcitx-skk/Makefile
==============================================================================
--- head/japanese/fcitx-skk/Makefile	Sun Jun 23 13:30:19 2019	(r504948)
+++ head/japanese/fcitx-skk/Makefile	Sun Jun 23 13:32:22 2019	(r504949)
@@ -35,7 +35,7 @@ PLIST_SUB+=	QT5=""
 LIB_DEPENDS+=	libFcitxQt5WidgetsAddons.so:textproc/fcitx-qt5
 .else
 CMAKE_ARGS+=	-DENABLE_QT=OFF
-PLIST_SUB+=	 QT5="@comment "
+PLIST_SUB+=	QT5="@comment "
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list