svn commit: r431394 - head/textproc/ruby-htree

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jan 13 14:45:06 UTC 2017


Author: sunpoet
Date: Fri Jan 13 14:45:04 2017
New Revision: 431394
URL: https://svnweb.freebsd.org/changeset/ports/431394

Log:
  Use RUBY_SUFFIX
  
  With hat:	ruby

Modified:
  head/textproc/ruby-htree/Makefile

Modified: head/textproc/ruby-htree/Makefile
==============================================================================
--- head/textproc/ruby-htree/Makefile	Fri Jan 13 14:45:00 2017	(r431393)
+++ head/textproc/ruby-htree/Makefile	Fri Jan 13 14:45:04 2017	(r431394)
@@ -26,7 +26,7 @@ PORTDOCS=	*
 
 do-build:
 .if ${PORT_OPTIONS:MDOCS}
-	cd ${BUILD_WRKSRC}; ${LOCALBASE}/bin/rdoc${RUBY_VER:S/.//} ${LIB_FILES}
+	cd ${BUILD_WRKSRC}; ${LOCALBASE}/bin/rdoc${RUBY_SUFFIX} ${LIB_FILES}
 .endif
 
 do-install:


More information about the svn-ports-all mailing list