aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-07-12 22:53:03 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-07-12 22:53:03 +0000
commit1a6d6be05ada1946cfdde9f5e021ae2e11aba9ad (patch)
tree798463d38d975c4733654df8cdd4bc5c516b6bcd /net
parent5fb96c8f1f32698e41d68df12314c4c263aea149 (diff)
downloadports-1a6d6be05ada1946cfdde9f5e021ae2e11aba9ad.tar.gz
ports-1a6d6be05ada1946cfdde9f5e021ae2e11aba9ad.zip
net/wpa_supplicant_gui: Fix build after the PORTNAME change
Reported by: Guido Falsi <madpilot@freebsd.org>
Notes
Notes: svn path=/head/; revision=474541
Diffstat (limited to 'net')
-rw-r--r--net/wpa_supplicant_gui/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/wpa_supplicant_gui/Makefile b/net/wpa_supplicant_gui/Makefile
index 0a3204dc9c6a..181e2e768277 100644
--- a/net/wpa_supplicant_gui/Makefile
+++ b/net/wpa_supplicant_gui/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://w1.fi/releases/ \
http://partmedia.users.sourceforge.net/dist/:icons \
- LOCAL/jgh/net/${PORTNAME}/:icons
+ LOCAL/jgh/net/wpa_gui/:icons
DISTNAME= wpa_supplicant-${PORTVERSION}
DISTFILES= ${DISTNAME}.tar.gz \
wpa-gui-icons.tar.gz:icons
@@ -21,8 +21,9 @@ LICENSE_FILE= ${WRKSRC}/../COPYING
USES= gmake qt:5
USE_QT= qmake_build buildtools_build linguisttools_build core gui \
widgets svg_run
-
+USE_GL= gl
ALL_TARGET= wpa_gui-qt4
+
INSTALL_WRKSRC= ${WRKSRC}/wpa_gui-qt4
PATCH_WRKSRC= ${WRKDIR}/${DISTNAME}
PLIST_FILES= sbin/wpa_gui \
@@ -53,7 +54,7 @@ post-patch-DEBUG-on:
${INSTALL_WRKSRC}/wpa_gui.pro
do-install:
- ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} \
+ ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/wpa_gui \
${STAGEDIR}${PREFIX}/sbin
${INSTALL_DATA} ${INSTALL_WRKSRC}/wpa_gui.desktop \
${STAGEDIR}${PREFIX}/share/applications