diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-13 14:45:04 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-13 14:45:04 +0000 |
commit | a1658362b51f0377338c7c7a35c0c2f6315c0ffc (patch) | |
tree | db72c9944fa29533962ff75434d50a7ff81f5784 /textproc/ruby-htree | |
parent | 2c6510d6759e81a155fdb3a65bb89677c84e53e6 (diff) |
Notes
Diffstat (limited to 'textproc/ruby-htree')
-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: |