Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2015 21:39:01 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398058 - head/x11/xnee
Message-ID:  <201509272139.t8RLd1xh093570@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Sep 27 21:39:00 2015
New Revision: 398058
URL: https://svnweb.freebsd.org/changeset/ports/398058

Log:
  - Switch to options helpers
  
  Approved by:	portmgr blanket

Modified:
  head/x11/xnee/Makefile

Modified: head/x11/xnee/Makefile
==============================================================================
--- head/x11/xnee/Makefile	Sun Sep 27 21:38:59 2015	(r398057)
+++ head/x11/xnee/Makefile	Sun Sep 27 21:39:00 2015	(r398058)
@@ -27,12 +27,8 @@ GNEE_CONFIGURE_ENABLE=	gui
 GNEE_USES=	pkgconfig
 GNEE_USE=	GNOME=gtk20
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MGNEE}
-DESKTOP_ENTRIES=	"Gnee" "" "${PORTNAME}.png" \
+GNEE_DESKTOP_ENTRIES=	"Gnee" "" "${PORTNAME}.png" \
 			"gnee" "Development;" true
-.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e \



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