svn commit: r315692 - head/audio/mpc

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 3 06:12:54 UTC 2013


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
 


More information about the svn-ports-all mailing list