58d5e88ab3
Bump PKGREVISION.
21 lines
621 B
Makefile
21 lines
621 B
Makefile
# $NetBSD: Makefile,v 1.10 2010/02/02 02:18:38 taca Exp $
|
|
|
|
DISTNAME= gettext-2.1.0
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gettext.rubyforge.org/
|
|
COMMENT= Ruby localization library like as GNU gettext
|
|
LICENSE= ruby-license
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-locale>=2.0.5:../../devel/ruby-locale
|
|
|
|
post-extract:
|
|
cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
|
|
${CHMOD} -x ${WRKSRC}/samples/makemo.rb
|
|
${RM} ${WRKSRC}/samples/cgi/po/bg/#main.po#
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|