Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2016 13:08:59 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424834 - head/cad/qcad
Message-ID:  <201610281308.u9SD8xo7040006@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610281308.u9SD8xo7040006>