svn commit: r350485 - head/graphics/ruby-imlib2

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 7 14:20:19 UTC 2014


Author: bapt
Date: Mon Apr  7 14:20:19 2014
New Revision: 350485
URL: http://svnweb.freebsd.org/changeset/ports/350485
QAT: https://qat.redports.org/buildarchive/r350485/

Log:
  Fix examplesdir

Modified:
  head/graphics/ruby-imlib2/Makefile

Modified: head/graphics/ruby-imlib2/Makefile
==============================================================================
--- head/graphics/ruby-imlib2/Makefile	Mon Apr  7 14:14:34 2014	(r350484)
+++ head/graphics/ruby-imlib2/Makefile	Mon Apr  7 14:20:19 2014	(r350485)
@@ -23,7 +23,7 @@ INSTALL_TARGET=	site-install
 
 PLIST_FILES=	%%RUBY_SITEARCHLIBDIR%%/imlib2.so
 DOCSDIR=	${RUBY_MODDOCDIR}
-EXAMPLESDIR=	${RUBY_EXAMPLESDIR}
+EXAMPLESDIR=	${RUBY_MODEXAMPLESDIR}
 MAKE_ARGS=	INSTALL_PROG="${INSTALL_PROGRAM}" \
 		INSTALL_DATA="${INSTALL_DATA}"
 


More information about the svn-ports-all mailing list