Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2014 20:13:11 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343383 - head/deskutils/znotes
Message-ID:  <201402082013.s18KDB5m058759@svn.freebsd.org>

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



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