summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-16 11:42:02 +0000
committerrillig <rillig@pkgsrc.org>2006-06-16 11:42:02 +0000
commit0c8ccc1294c87e71a217b45ef4d94729a06b0c66 (patch)
tree3dd8dff8aa623f04eeb6770459610d2b160133ee /time
parent4b10c3ce8716f4119f7baf478fcc0f97f6dbb204 (diff)
downloadpkgsrc-0c8ccc1294c87e71a217b45ef4d94729a06b0c66.tar.gz
Fixed Perl interpreter. Bumped PKGREVISION.
Diffstat (limited to 'time')
-rw-r--r--time/gcal/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/time/gcal/Makefile b/time/gcal/Makefile
index 0a84789d5d1..7e4a73a257c 100644
--- a/time/gcal/Makefile
+++ b/time/gcal/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2006/06/07 02:17:32 grant Exp $
+# $NetBSD: Makefile,v 1.16 2006/06/16 11:42:02 rillig Exp $
#
DISTNAME= gcal-3.01
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_GNU:=gcal/}
@@ -17,5 +17,8 @@ GNU_CONFIGURE= yes
USE_TOOLS+= msgfmt
BROKEN_GETTEXT_DETECTION= yes
+REPLACE_PERL+= misc/gcalltx/gcalltxp.in
+USE_TOOLS+= perl:run
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"