svn commit: r343383 - head/deskutils/znotes

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Feb 8 20:13:11 UTC 2014


Author: rakuco
Date: Sat Feb  8 20:13:10 2014
New Revision: 343383
URL: http://svnweb.freebsd.org/changeset/ports/343383
QAT: https://qat.redports.org/buildarchive/r343383/

Log:
  - 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.
  
  MFH:		2014Q1

Modified:
  head/deskutils/znotes/Makefile
  head/deskutils/znotes/pkg-plist

Modified: head/deskutils/znotes/Makefile
==============================================================================
--- head/deskutils/znotes/Makefile	Sat Feb  8 20:06:43 2014	(r343382)
+++ head/deskutils/znotes/Makefile	Sat Feb  8 20:13:10 2014	(r343383)
@@ -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: head/deskutils/znotes/pkg-plist
==============================================================================
--- head/deskutils/znotes/pkg-plist	Sat Feb  8 20:06:43 2014	(r343382)
+++ head/deskutils/znotes/pkg-plist	Sat Feb  8 20:13:10 2014	(r343383)
@@ -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-head mailing list