diff options
| author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 11:51:03 +0200 |
|---|---|---|
| committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 11:51:39 +0200 |
| commit | 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a (patch) | |
| tree | 85ee27f029c1ee293667902fe22b65ecac0ff154 /x11-toolkits/qt5-uiplugin | |
| parent | 6e6416d8c14628219cd46134e032add468fa7411 (diff) | |
*: fix tab vs. space issues, and comments according to the guide.
Diffstat (limited to 'x11-toolkits/qt5-uiplugin')
| -rw-r--r-- | x11-toolkits/qt5-uiplugin/Makefile | 4 |
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> |
