diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-13 22:45:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-13 22:45:04 +0800 |
commit | 6746c47176229846104e2b30c6553e08689447ab (patch) | |
tree | db72c9944fa29533962ff75434d50a7ff81f5784 /textproc | |
parent | a0e318a93da8b09c20024a395c3174d4c1423fd8 (diff) | |
download | freebsd-ports-gnome-6746c47176229846104e2b30c6553e08689447ab.tar.gz freebsd-ports-gnome-6746c47176229846104e2b30c6553e08689447ab.tar.zst freebsd-ports-gnome-6746c47176229846104e2b30c6553e08689447ab.zip |
Use RUBY_SUFFIX
With hat: ruby
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-htree/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |