Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2013 06:12:53 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315692 - head/audio/mpc
Message-ID:  <201304030612.r336Crak012456@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Apr  3 06:12:53 2013
New Revision: 315692
URL: http://svnweb.freebsd.org/changeset/ports/315692

Log:
  Fix conversion to optionsng
  
  Reported by:	pointyhat
  Approved by:	portmgr (implicit)

Modified:
  head/audio/mpc/Makefile

Modified: head/audio/mpc/Makefile
==============================================================================
--- head/audio/mpc/Makefile	Wed Apr  3 06:00:02 2013	(r315691)
+++ head/audio/mpc/Makefile	Wed Apr  3 06:12:53 2013	(r315692)
@@ -27,7 +27,7 @@ PLIST_FILES=	bin/${PORTNAME} %%PORTEXAMP
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MEXAMPLESDIR}
+.if ${PORT_OPTIONS:MEXAMPLES}
 PLIST_DIRS=	%%EXAMPLESDIR%%
 .endif
 



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