aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2016-12-19 06:06:50 +0800
committertcberner <tcberner@FreeBSD.org>2016-12-19 06:06:50 +0800
commit647a5f1fed1f7a099f3702900a4d62a8b2fefd25 (patch)
treebeb2058e74a1288b8c4fcb53c1257a42f692389c /misc
parent2dd19834f46456d79186fe9902b497425eaf641d (diff)
downloadfreebsd-ports-gnome-647a5f1fed1f7a099f3702900a4d62a8b2fefd25.tar.gz
freebsd-ports-gnome-647a5f1fed1f7a099f3702900a4d62a8b2fefd25.tar.zst
freebsd-ports-gnome-647a5f1fed1f7a099f3702900a4d62a8b2fefd25.zip
Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8825
Diffstat (limited to 'misc')
-rw-r--r--misc/qt4-qtdemo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/qt4-qtdemo/Makefile b/misc/qt4-qtdemo/Makefile
index a5c03790f5fd..16a5c26306bc 100644
--- a/misc/qt4-qtdemo/Makefile
+++ b/misc/qt4-qtdemo/Makefile
@@ -26,7 +26,7 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \
# qtlogo.png is installed by qt4-gui
DESKTOP_ENTRIES="Qt 4 Examples and Demos" "" \
- "${QT_PREFIX}/share/pixmaps/qtlogo.png" \
+ "${PREFIX}/share/pixmaps/qtlogo.png" \
"${PREFIX}/${QT_BINDIR_REL}/qtdemo" \
"Development;Qt;" true