aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/ruby-pango
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-12-05 22:54:11 +0000
committerSteve Wills <swills@FreeBSD.org>2011-12-05 22:54:11 +0000
commit846e117effd8d9f92dcdc80094bc65b03f9cb5d1 (patch)
tree179bcf8a03856a72213781bcf2ff6d1df2cde129 /x11-toolkits/ruby-pango
parentf2df7d5adf1d16b60b892f5757fff247f7f7ecd9 (diff)
downloadports-846e117effd8d9f92dcdc80094bc65b03f9cb5d1.tar.gz
ports-846e117effd8d9f92dcdc80094bc65b03f9cb5d1.zip
Notes
Diffstat (limited to 'x11-toolkits/ruby-pango')
-rw-r--r--x11-toolkits/ruby-pango/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/ruby-pango/Makefile b/x11-toolkits/ruby-pango/Makefile
index 39c0144804e1..d81a18146b12 100644
--- a/x11-toolkits/ruby-pango/Makefile
+++ b/x11-toolkits/ruby-pango/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ${RUBY_GNOME_MASTER_SITES}
MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR}
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ${RUBY_GNOME_DISTNAME}
-DIST_SUBDIR= ruby
+DIST_SUBDIR= ${RUBY_GNOME_DIST_SUBDIR}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding for Pango
@@ -36,7 +36,7 @@ INSTALL_TARGET= site-install install
DOCS= COPYING.LIB ChangeLog README
-post-patch: general-patch
+post-patch:
@${REINPLACE_CMD} -e 's|local/bin/|bin/env |g' \
${WRKSRC}/sample/layout.rb
@${FIND} ${WRKSRC} -name '*.bak' -delete