diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-12-01 15:02:43 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-12-01 15:02:43 +0000 |
commit | d2dacb21c0186b60f3cf4e76408219091b95f43f (patch) | |
tree | 0dc83c64fddb65b04739015da6ea1ad024f2bb0b /graphics/ruby-gd/Makefile | |
parent | 3d2e9e67532e39f2bcc2e4c2e5f8af76b5a39baf (diff) |
- drop linker path to stagedir
Notes
Notes:
svn path=/head/; revision=335388
Diffstat (limited to 'graphics/ruby-gd/Makefile')
-rw-r--r-- | graphics/ruby-gd/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 8b6e3dd65fc7..9ca1ed88a5d8 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -65,6 +65,11 @@ post-patch: ${RUBY} -i -pe 'sub %r:/win98/windows/FONTS:, "${LOCALBASE}/lib/X11/fonts/TrueType"' ${WRKSRC}/sample/gdtestttf.rb ${RUBY} -i -pe 'sub %r:%%GD%%:, "gd"' ${WRKSRC}/extconf.rb +post-configure: + ${REINPLACE_CMD} -e 's|^V = 0|V = 1|' \ + -e 's|^libdir = .*|libdir = ${PREFIX}/lib|' \ + ${WRKSRC}/Makefile + post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}/ja |