aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/rubygem-gd2
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-01-24 22:55:44 +0800
committermiwi <miwi@FreeBSD.org>2014-01-24 22:55:44 +0800
commitda8539006211e2c58cabd237c61b8b3bc4364f0c (patch)
tree1b45e9a894274b24f4a4e52a1b306cd45641dcdf /graphics/rubygem-gd2
parentab4d53e6f1fca7a608bbb2c583286d904d2c2e87 (diff)
downloadfreebsd-ports-gnome-da8539006211e2c58cabd237c61b8b3bc4364f0c.tar.gz
freebsd-ports-gnome-da8539006211e2c58cabd237c61b8b3bc4364f0c.tar.zst
freebsd-ports-gnome-da8539006211e2c58cabd237c61b8b3bc4364f0c.zip
- Stage safe
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>