diff options
author | danfe <danfe@FreeBSD.org> | 2012-12-18 17:44:41 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-12-18 17:44:41 +0800 |
commit | b1d444cc9aae81754c2aeed7905304a23e013343 (patch) | |
tree | 50724b039334e2543087af44ab1a716ef9c1cf2d /accessibility/ruby-atk | |
parent | 1b53906f19b68ee79dda6b347c006938a092665b (diff) | |
download | freebsd-ports-gnome-b1d444cc9aae81754c2aeed7905304a23e013343.tar.gz freebsd-ports-gnome-b1d444cc9aae81754c2aeed7905304a23e013343.tar.zst freebsd-ports-gnome-b1d444cc9aae81754c2aeed7905304a23e013343.zip |
For some ports in accessibility category, trim the header and drop leading
indefinite article from COMMENT line; also fix couple of noticed styles
bugs while here.
Diffstat (limited to 'accessibility/ruby-atk')
-rw-r--r-- | accessibility/ruby-atk/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/accessibility/ruby-atk/Makefile b/accessibility/ruby-atk/Makefile index 3f60ead372d5..92d6fcbb34b4 100644 --- a/accessibility/ruby-atk/Makefile +++ b/accessibility/ruby-atk/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: Ruby/ATK -# Date created: 05 April 2004 -# Whom: Mezz <mezz7@cox.net> -# +# Created by: Jeremy Messenger <mezz7@cox.net> # $FreeBSD$ # $MCom: ports/accessibility/ruby-atk/Makefile,v 1.2 2005/10/17 07:05:39 mezz Exp $ -# PORTNAME= atk PORTVERSION= ${RUBY_GNOME_PORTVERSION} @@ -18,7 +14,7 @@ DIST_SUBDIR= ${RUBY_GNOME_DIST_SUBDIR} MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby binding for ATK -BUILD_DEPENDS+= rubygem-pkg-config>=1.0.7:${PORTSDIR}/devel/rubygem-pkg-config +BUILD_DEPENDS+= rubygem-pkg-config>=1.0.7:${PORTSDIR}/devel/rubygem-pkg-config RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/glib2.so:${PORTSDIR}/devel/ruby-glib2 \ rubygem-pkg-config>=1.0.7:${PORTSDIR}/devel/rubygem-pkg-config @@ -29,7 +25,7 @@ CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig MASTERDIR= ${.CURDIR}/../../x11/ruby-gnome2 PKGDIR= ${.CURDIR} - + .include "${MASTERDIR}/Makefile.common" WRKSRC= ${RUBY_GNOME_WRKSRC}/atk |