diff options
Diffstat (limited to 'graphics/rubygem-scruffy/Makefile')
-rw-r--r-- | graphics/rubygem-scruffy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/rubygem-scruffy/Makefile b/graphics/rubygem-scruffy/Makefile index f8b16690053b..d47b64e3ed2c 100644 --- a/graphics/rubygem-scruffy/Makefile +++ b/graphics/rubygem-scruffy/Makefile @@ -16,10 +16,9 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes post-install: ${REINPLACE_CMD} -e 's|#{options|0 0 #{options|' \ - ${PREFIX}/${GEM_LIB_DIR}/lib/scruffy/renderers/base.rb - grep options ${PREFIX}/${GEM_LIB_DIR}/lib/scruffy/renderers/base.rb + ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/lib/scruffy/renderers/base.rb + grep options ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/lib/scruffy/renderers/base.rb .include <bsd.port.mk> |