summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2021-10-16 11:51:03 +0200
committerJimmy Olgeni <olgeni@FreeBSD.org>2021-10-16 11:51:39 +0200
commit4460cf727a7788c9ce21f3344ce5745e5cd9fc4a (patch)
tree85ee27f029c1ee293667902fe22b65ecac0ff154 /x11-toolkits
parentcleanup: Remove expired ports: (diff)
*: fix tab vs. space issues, and comments according to the guide.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/qt5-uiplugin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/qt5-uiplugin/Makefile b/x11-toolkits/qt5-uiplugin/Makefile
index 48b850986820..c2bc3f3110ca 100644
--- a/x11-toolkits/qt5-uiplugin/Makefile
+++ b/x11-toolkits/qt5-uiplugin/Makefile
@@ -9,7 +9,7 @@ COMMENT= Custom Qt widget plugin interface for Qt Designer
USES= compiler:c++17-lang qmake qt-dist:5,tools
USE_QT= core gui widgets
-BUILD_WRKSRC= ${WRKSRC}/src/designer/src/${PORTNAME}
-INSTALL_WRKSRC= ${WRKSRC}/src/designer/src/${PORTNAME}
+BUILD_WRKSRC= ${WRKSRC}/src/designer/src/${PORTNAME}
+INSTALL_WRKSRC= ${WRKSRC}/src/designer/src/${PORTNAME}
.include <bsd.port.mk>