svn commit: r431951 - head/cad/qcad

Tobias C. Berner tcberner at FreeBSD.org
Fri Jan 20 12:36:05 UTC 2017


Author: tcberner
Date: Fri Jan 20 12:36:04 2017
New Revision: 431951
URL: https://svnweb.freebsd.org/changeset/ports/431951

Log:
  Fix plist of cad/qcad -- don't add the manually created desktop file to the pkg-plist
  
  From bsd.port.mk:
   924 # DESKTOP_ENTRIES
   954 #                   * The files will be automatically added to ${PLIST}.
  
  Approved by: mat (mentor)

Modified:
  head/cad/qcad/pkg-plist

Modified: head/cad/qcad/pkg-plist
==============================================================================
--- head/cad/qcad/pkg-plist	Fri Jan 20 12:21:37 2017	(r431950)
+++ head/cad/qcad/pkg-plist	Fri Jan 20 12:36:04 2017	(r431951)
@@ -24,7 +24,6 @@ lib/libqcadzip.so.0
 lib/libspatialindexnavel.so
 lib/libspatialindexnavel.so.0
 lib/libstemmer.a
-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