svn commit: r398058 - head/x11/xnee

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 27 21:39:02 UTC 2015


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 \


More information about the svn-ports-all mailing list