svn commit: r343549 - branches/2014Q1/deskutils/znotes

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Feb 9 22:15:47 UTC 2014


Author: rakuco
Date: Sun Feb  9 22:15:46 2014
New Revision: 343549
URL: http://svnweb.freebsd.org/changeset/ports/343549
QAT: https://qat.redports.org/buildarchive/r343549/

Log:
  MFH: r343383
  
  - Add OPTIONS_SUB=yes for the plist substitutions (and thus make package) to
    work.
  - Remove .desktop entry from the plist, as it is added automatically by
    DESKTOP_ENTRIES in the Makefile.
  
  Approved by:	portmgr (antoine)

Modified:
  branches/2014Q1/deskutils/znotes/Makefile
  branches/2014Q1/deskutils/znotes/pkg-plist
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/deskutils/znotes/Makefile
==============================================================================
--- branches/2014Q1/deskutils/znotes/Makefile	Sun Feb  9 22:08:33 2014	(r343548)
+++ branches/2014Q1/deskutils/znotes/Makefile	Sun Feb  9 22:15:46 2014	(r343549)
@@ -22,6 +22,7 @@ DESKTOP_ENTRIES="zNotes" "Notes managmen
 		"Utility;TextEditor;Qt;" true
 
 OPTIONS_DEFINE=		NLS
+OPTIONS_SUB=		yes
 
 post-patch:
 	@${REINPLACE_CMD} -e '/.path =/s|/usr|$$$$PREFIX|g' \

Modified: branches/2014Q1/deskutils/znotes/pkg-plist
==============================================================================
--- branches/2014Q1/deskutils/znotes/pkg-plist	Sun Feb  9 22:08:33 2014	(r343548)
+++ branches/2014Q1/deskutils/znotes/pkg-plist	Sun Feb  9 22:15:46 2014	(r343549)
@@ -1,5 +1,4 @@
 bin/znotes
-share/applications/znotes.desktop
 share/pixmaps/znotes.png
 %%NLS%%%%DATADIR%%/translations/znotes_cs.qm
 %%NLS%%%%DATADIR%%/translations/znotes_en.qm


More information about the svn-ports-branches mailing list