diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2010-05-28 18:51:10 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2010-05-28 18:51:10 +0000 |
commit | bfe9a907f181f846c9de9ec703f43061d0e8bfe6 (patch) | |
tree | 2b58e763e57e84ed47794acb6cb4d400329f271e /devel | |
parent | 7de98fc65a357cf8ade71f8d0121c7978245d49b (diff) |
List missing executable wrappers.
PR: ports/147150
Submitted by: Philip M. Gollucci
Notes
Notes:
svn path=/head/; revision=255249
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-gettext/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/rubygem-gettext/Makefile b/devel/rubygem-gettext/Makefile index c18278389b05..82d4095f78a2 100644 --- a/devel/rubygem-gettext/Makefile +++ b/devel/rubygem-gettext/Makefile @@ -7,6 +7,7 @@ PORTNAME= gettext PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -18,5 +19,6 @@ RUN_DEPENDS= rubygem-locale>=2.0.5:${PORTSDIR}/devel/rubygem-locale USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +PLIST_FILES= bin/rgettext bin/rmsgfmt bin/rmsgmerge .include <bsd.port.mk> |