[Midnightbsd-cvs] mports [21798] trunk/sysutils/qt5-qtpaths/Makefile: use relative path for plist
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 21 11:20:19 EDT 2016
Revision: 21798
http://svnweb.midnightbsd.org/mports/?rev=21798
Author: laffer1
Date: 2016-08-21 11:19:16 -0400 (Sun, 21 Aug 2016)
Log Message:
-----------
use relative path for plist
Modified Paths:
--------------
trunk/sysutils/qt5-qtpaths/Makefile
Modified: trunk/sysutils/qt5-qtpaths/Makefile
===================================================================
--- trunk/sysutils/qt5-qtpaths/Makefile 2016-08-21 15:17:46 UTC (rev 21797)
+++ trunk/sysutils/qt5-qtpaths/Makefile 2016-08-21 15:19:16 UTC (rev 21798)
@@ -15,7 +15,7 @@
QT_DIST= tools
USES= qmake
-PLIST_FILES= ${QT_BINDIR}/qtpaths
+PLIST_FILES= ${QT_BINDIR_REL}/qtpaths
# Similarly to x11/qt5-qev, it makes more sense to just run the build system
# from the qtpaths directory. If we run it from the top of the source tree, it
More information about the Midnightbsd-cvs
mailing list