diff options
author | kmoore <kmoore@FreeBSD.org> | 2016-07-22 21:17:44 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2016-07-22 21:17:44 +0800 |
commit | 807bc3e2d36b2b6a8b90cce57a6ff21ddd5d5cc8 (patch) | |
tree | 44afddf40bbeffd4c28eb065a8ed9898210eb86d | |
parent | 3f6ca7cb7529eadeacf43349ca4d6cd869bfb3cb (diff) | |
download | freebsd-ports-gnome-807bc3e2d36b2b6a8b90cce57a6ff21ddd5d5cc8.tar.gz freebsd-ports-gnome-807bc3e2d36b2b6a8b90cce57a6ff21ddd5d5cc8.tar.zst freebsd-ports-gnome-807bc3e2d36b2b6a8b90cce57a6ff21ddd5d5cc8.zip |
- Cleanup some syntax and white-space
Submitted by: danfe
-rw-r--r-- | deskutils/copyq/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/deskutils/copyq/Makefile b/deskutils/copyq/Makefile index f27e3e5af058..76d2c755f222 100644 --- a/deskutils/copyq/Makefile +++ b/deskutils/copyq/Makefile @@ -10,20 +10,20 @@ COMMENT= Qt5 based clipboard manager LICENSE= GPLv3 -USE_XORG+= x11 xfixes xtst -USE_QT5= core gui network svg multimedia imageformats \ +USES= qmake +USE_XORG= x11 xfixes xtst +USE_QT5= core gui network svg multimedia imageformats \ buildtools_build x11extras concurrent widgets xml \ script -USE_GL+= gl -USES= qmake - -PLIST_FILES= bin/copyq +USE_GL= gl USE_GITHUB= yes GH_ACCOUNT= hluk GH_PROJECT= CopyQ +PLIST_FILES= bin/copyq + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/copyq ${STAGEDIR}${PREFIX}/bin/copyq + ${INSTALL_PROGRAM} ${WRKSRC}/copyq ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |