From a1658362b51f0377338c7c7a35c0c2f6315c0ffc Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Jan 2017 14:45:04 +0000 Subject: [PATCH] Use RUBY_SUFFIX With hat: ruby --- textproc/ruby-htree/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/ruby-htree/Makefile b/textproc/ruby-htree/Makefile index 1c58563184bd..2254cff3967e 100644 --- a/textproc/ruby-htree/Makefile +++ b/textproc/ruby-htree/Makefile @@ -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: