svn commit: r320125 - in head: devel/goffice games/fairymax net/pear-Net_SMTP x11-themes/gtk-qnxtheme x11/gdm

Olli Hauer ohauer at FreeBSD.org
Thu Jun 6 20:24:29 UTC 2013


Author: ohauer
Date: Thu Jun  6 20:24:27 2013
New Revision: 320125
URL: http://svnweb.freebsd.org/changeset/ports/320125

Log:
  - fix OPTIONS spelling

Modified:
  head/devel/goffice/Makefile
  head/games/fairymax/Makefile
  head/net/pear-Net_SMTP/Makefile
  head/x11-themes/gtk-qnxtheme/Makefile
  head/x11/gdm/Makefile

Modified: head/devel/goffice/Makefile
==============================================================================
--- head/devel/goffice/Makefile	Thu Jun  6 19:55:55 2013	(r320124)
+++ head/devel/goffice/Makefile	Thu Jun  6 20:24:27 2013	(r320125)
@@ -33,7 +33,7 @@ PLIST_SUB=	VERSION=${PORTVERSION} \
 MAKE_JOBS_SAFE=	yes
 
 OPTIONS_DEFINE=	GCONF
-OPTIONS_DEAFULT=GCONF
+OPTIONS_DEFAULT=GCONF
 
 .include <bsd.port.options.mk>
 

Modified: head/games/fairymax/Makefile
==============================================================================
--- head/games/fairymax/Makefile	Thu Jun  6 19:55:55 2013	(r320124)
+++ head/games/fairymax/Makefile	Thu Jun  6 20:24:27 2013	(r320125)
@@ -15,7 +15,7 @@ COMMENT=	Chess engine for shatranj, cour
 CONFLICTS=	fairymax-4.8Q.[0-9]* fairymax-4.8Q.[0-9]*_[0-9]*
 
 OPTIONS_DEFINE=	OPTIMIZED_CFLAGS
-OPTIONS_DEFAUTL=	OPTIMIZED_CFLAGS
+OPTIONS_DEFAULT=	OPTIMIZED_CFLAGS
 
 DIST_SUBDIR=	${PORTNAME}
 

Modified: head/net/pear-Net_SMTP/Makefile
==============================================================================
--- head/net/pear-Net_SMTP/Makefile	Thu Jun  6 19:55:55 2013	(r320124)
+++ head/net/pear-Net_SMTP/Makefile	Thu Jun  6 20:24:27 2013	(r320125)
@@ -12,7 +12,7 @@ BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 LATEST_LINK=	pear-Net_SMTP
-OPTIONS_DEiFINE=	PEAR_AUTH_SASL
+OPTIONS_DEFINE=	PEAR_AUTH_SASL
 PEAR_AUTH_SASL_DESC=	PEAR::Auth_SASL support
 
 PEAR_AUTOINSTALL=	yes

Modified: head/x11-themes/gtk-qnxtheme/Makefile
==============================================================================
--- head/x11-themes/gtk-qnxtheme/Makefile	Thu Jun  6 19:55:55 2013	(r320124)
+++ head/x11-themes/gtk-qnxtheme/Makefile	Thu Jun  6 20:24:27 2013	(r320125)
@@ -16,7 +16,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	QNX-inspired theme for GTK1 and GTK2
 
 OPTIONS_DEFINE=	GTK2
-OPTIONS_DEFALT=	GTK2
+OPTIONS_DEFAULT=	GTK2
 GTK2_DESC=	Build the GTK2 theme as well
 
 NO_WRKSUBDIR=	yes

Modified: head/x11/gdm/Makefile
==============================================================================
--- head/x11/gdm/Makefile	Thu Jun  6 19:55:55 2013	(r320124)
+++ head/x11/gdm/Makefile	Thu Jun  6 20:24:27 2013	(r320125)
@@ -57,7 +57,7 @@ PKGMESSAGE=	${WRKDIR}/pkg-message
 GNOME_LOCALSTATEDIR=	/var
 
 OPTIONS_DEFINE=	IPV6 KEYRING
-OPTIONS_DEFAULt=KEYRING
+OPTIONS_DEFAULT=KEYRING
 KEYRING_DESC=	GnomeKeyring/PAM integration
 
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list