diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-05-03 01:21:40 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-05-03 01:21:40 +0000 |
commit | 5a4c6a87bfcd5aa71769edf62e3224deb2305615 (patch) | |
tree | 8d85f43f44eabf82f8d3a4a2e3066f7ba696295b /audio/ruby-freedb | |
parent | 2266d39541c019db405080eaf0c7a1fc8319ecdd (diff) |
Notes
Diffstat (limited to 'audio/ruby-freedb')
-rw-r--r-- | audio/ruby-freedb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/ruby-freedb/Makefile b/audio/ruby-freedb/Makefile index 89384799fd80..0d0714b02c1a 100644 --- a/audio/ruby-freedb/Makefile +++ b/audio/ruby-freedb/Makefile @@ -25,6 +25,9 @@ INSTALL_TARGET= site-install DOCS= CHANGELOG README doc EXAMPLES= examples/*.rb +post-patch: + ${REINPLACE_CMD} -E -e "s,RSTRING\(([^)]+)\)->ptr,RSTRING_PTR(\1),g" ${WRKSRC}/freedb_cdrom.c + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} |