diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-08-14 12:31:48 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-08-14 12:31:48 +0000 |
commit | 41bd72cbcb75932df370d340998336a929806a60 (patch) | |
tree | 089f9b4da819788e02500940d21f139dae893e15 /math/ruby-math3d/Makefile | |
parent | c811ec19ef96d2891bcde5fd92675ce74f7b5038 (diff) | |
download | ports-41bd72cbcb75932df370d340998336a929806a60.tar.gz ports-41bd72cbcb75932df370d340998336a929806a60.zip |
Notes
Diffstat (limited to 'math/ruby-math3d/Makefile')
-rw-r--r-- | math/ruby-math3d/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/ruby-math3d/Makefile b/math/ruby-math3d/Makefile index b1346a1d1402..66b12c86d642 100644 --- a/math/ruby-math3d/Makefile +++ b/math/ruby-math3d/Makefile @@ -15,13 +15,14 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby library for mathematics for 3D graphics -BROKEN= Does not compile - USE_RUBY= yes USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install +pre-patch: + cd ${WRKSRC}; ${RUBY} -i -pe 'sub(/\r/, "")' *.[ch] + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR}/ja |