aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-gd2
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-24 14:55:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-24 14:55:44 +0000
commitcfdf16ddf2bb1ee9be99cc4e3d8fca0c6511672a (patch)
tree1b45e9a894274b24f4a4e52a1b306cd45641dcdf /graphics/rubygem-gd2
parentc6a4d55ba1603416016b777ba0e8a787d14fe3c6 (diff)
downloadports-cfdf16ddf2bb1ee9be99cc4e3d8fca0c6511672a.tar.gz
ports-cfdf16ddf2bb1ee9be99cc4e3d8fca0c6511672a.zip
- Stage safe
Notes
Notes: svn path=/head/; revision=340905
Diffstat (limited to 'graphics/rubygem-gd2')
-rw-r--r--graphics/rubygem-gd2/Makefile3
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>