svn commit: r305705 - head/polish/gnugadu2

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 11 08:34:10 UTC 2012


Author: bapt
Date: Thu Oct 11 08:34:09 2012
New Revision: 305705
URL: http://svn.freebsd.org/changeset/ports/305705

Log:
  Fix typo during OptionsNG conversion
  
  Reported by:	pointyhat-west
  Pointyhat to:	eadler
  Feature safe:	yes

Modified:
  head/polish/gnugadu2/Makefile

Modified: head/polish/gnugadu2/Makefile
==============================================================================
--- head/polish/gnugadu2/Makefile	Thu Oct 11 08:25:46 2012	(r305704)
+++ head/polish/gnugadu2/Makefile	Thu Oct 11 08:34:09 2012	(r305705)
@@ -152,7 +152,8 @@ PLIST_SUB+=	ARTS:="@comment "
 .if ${PORT_OPTIONS:MXOSD}
 LIB_DEPENDS+=	xosd.4:${PORTSDIR}/misc/xosd
 CONFIGURE_ARGS+=	--with-xosd
-PLIST_SUB+=	XOSD:="".else
+PLIST_SUB+=	XOSD:=""
+.else
 CONFIGURE_ARGS+=	--without-xosd
 PLIST_SUB+=	XOSD:="@comment "
 .endif


More information about the svn-ports-all mailing list