diff options
author | zi <zi@FreeBSD.org> | 2011-07-21 08:19:05 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2011-07-21 08:19:05 +0800 |
commit | 6e908865866ecffa1d4a15112b1101a19165b678 (patch) | |
tree | 5f9c8b290ad9e26f04d5487b357805d04d8ff4ef /graphics | |
parent | 140b00c15b811899035612f52e1bb268a9d0b0ce (diff) | |
download | freebsd-ports-gnome-6e908865866ecffa1d4a15112b1101a19165b678.tar.gz freebsd-ports-gnome-6e908865866ecffa1d4a15112b1101a19165b678.tar.zst freebsd-ports-gnome-6e908865866ecffa1d4a15112b1101a19165b678.zip |
Fix issue when building rubygem-ezprint
Approved by: wxs (mentor)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rubygem-pdfkit/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/rubygem-pdfkit/Makefile b/graphics/rubygem-pdfkit/Makefile index cd4062ec3914..88e83e27fef7 100644 --- a/graphics/rubygem-pdfkit/Makefile +++ b/graphics/rubygem-pdfkit/Makefile @@ -18,4 +18,9 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +REINPLACE_ARGS= -i '' + +post-install: + @${REINPLACE_CMD} -e '/s.date/d' ${PREFIX}/${GEM_SPEC} + .include <bsd.port.mk> |