svn commit: r424834 - head/cad/qcad
Tobias C. Berner
tcberner at FreeBSD.org
Fri Oct 28 13:09:00 UTC 2016
Author: tcberner
Date: Fri Oct 28 13:08:58 2016
New Revision: 424834
URL: https://svnweb.freebsd.org/changeset/ports/424834
Log:
Remove wrongly used QT-related plist-subs from plist
%%QT_BINDIR%% and %%QT_LIBDIR%% represent the relative location of the
Qt binaries and libraries respectively -- they are only 'bin' and 'lib'
by chance, and should not be used that way.
Approved by: portmgr (blanket), rakuco (mentor)
Modified:
head/cad/qcad/pkg-plist
Modified: head/cad/qcad/pkg-plist
==============================================================================
--- head/cad/qcad/pkg-plist Fri Oct 28 13:08:40 2016 (r424833)
+++ head/cad/qcad/pkg-plist Fri Oct 28 13:08:58 2016 (r424834)
@@ -24,7 +24,7 @@ lib/libqcadzip.so.0
lib/libspatialindexnavel.so
lib/libspatialindexnavel.so.0
lib/libstemmer.a
-share/applications/usr_local_%%QT_BINDIR%%_qcad%%QT_BINDIR%%.desktop
+share/applications/usr_local_bin_qcadbin.desktop
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colors.dxf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/entities.dxf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example00.dxf
More information about the svn-ports-all
mailing list