diff options
author | swills <swills@FreeBSD.org> | 2011-12-06 06:54:11 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-12-06 06:54:11 +0800 |
commit | cf73f5ab8268b2373d5ca12d0861eda5aa0728b5 (patch) | |
tree | 27f9d8a0d2652c0624b6a148300498de77d918bb /accessibility/ruby-atk | |
parent | 9adc30b046269d85802f1f04478997437e8215c2 (diff) | |
download | freebsd-ports-gnome-cf73f5ab8268b2373d5ca12d0861eda5aa0728b5.tar.gz freebsd-ports-gnome-cf73f5ab8268b2373d5ca12d0861eda5aa0728b5.tar.zst freebsd-ports-gnome-cf73f5ab8268b2373d5ca12d0861eda5aa0728b5.zip |
- Update ruby-gnome2 to 1.0.3
PR: ports/162139
Submitted by: TAKATSU Tomonari <tota@freebsd.org> (based on)
Feature safe: yes
Diffstat (limited to 'accessibility/ruby-atk')
-rw-r--r-- | accessibility/ruby-atk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/accessibility/ruby-atk/Makefile b/accessibility/ruby-atk/Makefile index b38d1a3754e9..b546295e6aee 100644 --- a/accessibility/ruby-atk/Makefile +++ b/accessibility/ruby-atk/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 ATK @@ -34,8 +34,6 @@ INSTALL_TARGET= site-install install DOCS= COPYING.LIB ChangeLog README -post-patch: general-patch - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${RUBY_MODDOCDIR} |