diff options
Diffstat (limited to 'graphics/rubygem-gd2/Makefile')
-rw-r--r-- | graphics/rubygem-gd2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/rubygem-gd2/Makefile b/graphics/rubygem-gd2/Makefile index 88b268a588b2..e22b75e3919c 100644 --- a/graphics/rubygem-gd2/Makefile +++ b/graphics/rubygem-gd2/Makefile @@ -18,8 +18,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes post-install: - @${REINPLACE_CMD} 's|so.2|so.4|' ${PREFIX}/${GEM_LIB_DIR}/lib/gd2.rb + @${REINPLACE_CMD} 's|so.2|so.4|' ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/lib/gd2.rb .include <bsd.port.mk> |