svn commit: r398057 - head/astro/nightfall

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


Author: amdmi3
Date: Sun Sep 27 21:38:59 2015
New Revision: 398057
URL: https://svnweb.freebsd.org/changeset/ports/398057

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

Modified:
  head/astro/nightfall/Makefile

Modified: head/astro/nightfall/Makefile
==============================================================================
--- head/astro/nightfall/Makefile	Sun Sep 27 21:38:52 2015	(r398056)
+++ head/astro/nightfall/Makefile	Sun Sep 27 21:38:59 2015	(r398057)
@@ -24,6 +24,7 @@ OPTIONS_SUB=		yes
 GNOME_CONFIGURE_ON=	--with-gnomedoc-prefix=${PREFIX}/share
 GNOME_CONFIGURE_OFF=	--disable-gnome
 GNOME_USE=		GNOME=gnomeprefix,libgnomeui
+GNOME_VARS=		INSTALLS_OMF=yes
 
 OPENGL_CONFIGURE_ON=	--with-lib-GL
 OPENGL_CONFIGURE_OFF=	--disable-opengl
@@ -40,10 +41,6 @@ PGPLOT_USES=		fortran
 
 .include <bsd.port.pre.mk>
 
-.if ${PORT_OPTIONS:MGNOME}
-INSTALLS_OMF=	yes
-.endif
-
 post-patch:
 .if ${COMPILER_TYPE} == clang
 	@${REINPLACE_CMD} -e 's|-fforce-addr||' ${WRKSRC}/configure


More information about the svn-ports-head mailing list