summaryrefslogtreecommitdiff
path: root/time/titrax
diff options
context:
space:
mode:
authorjoerg <joerg>2015-07-07 11:42:40 +0000
committerjoerg <joerg>2015-07-07 11:42:40 +0000
commita087418022ab960a0d503835d0499e7902a5b9bd (patch)
treeadd02a69cdf5b4f00560903ddeb28f52be4c4a4f /time/titrax
parent498069cb6ac27db33068a640da04b06ba8cecd0f (diff)
downloadpkgsrc-a087418022ab960a0d503835d0499e7902a5b9bd.tar.gz
Perl is not X11 related, so just use the normal LOCALBASE.
Diffstat (limited to 'time/titrax')
-rw-r--r--time/titrax/distinfo4
-rw-r--r--time/titrax/patches/patch-Imakefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/time/titrax/distinfo b/time/titrax/distinfo
index 26b9e46daf9..4d89a696757 100644
--- a/time/titrax/distinfo
+++ b/time/titrax/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2014/11/05 22:41:38 he Exp $
+$NetBSD: distinfo,v 1.9 2015/07/07 11:42:40 joerg Exp $
SHA1 (titrax-1.98.tar.gz) = 2849f8930aac945d435f58ad0a2a98fc19477da0
RMD160 (titrax-1.98.tar.gz) = 519898ed0d74b50d1a01041a6479fb4974823f3e
Size (titrax-1.98.tar.gz) = 41154 bytes
-SHA1 (patch-Imakefile) = 67b1aadb6e8ad5bc86959fe41c71dd5467d35f2c
+SHA1 (patch-Imakefile) = b6e2ab54377d0720c60f53224257b5dcf123ec2c
SHA1 (patch-sumtitra) = 2fbad9d6cdbc5239cf2a25ab057f640452c5a33e
SHA1 (patch-titrat) = a6979392d0d0f755ff94147c490c466c3f60ff55
SHA1 (patch-weekno.perl) = c5b431054d600fd2ee6ebe345257fd0febe9e0b0
diff --git a/time/titrax/patches/patch-Imakefile b/time/titrax/patches/patch-Imakefile
index 748ba9f6b42..2cc480761e8 100644
--- a/time/titrax/patches/patch-Imakefile
+++ b/time/titrax/patches/patch-Imakefile
@@ -1,4 +1,4 @@
-$NetBSD: patch-Imakefile,v 1.1 2014/11/05 22:41:38 he Exp $
+$NetBSD: patch-Imakefile,v 1.2 2015/07/07 11:42:40 joerg Exp $
- configure for pkgsrc
- do ratty interpreter fixes (XXX: change to REPLACE_PERL)
@@ -15,7 +15,7 @@ $NetBSD: patch-Imakefile,v 1.1 2014/11/05 22:41:38 he Exp $
#
# PERLLIBDIR should be the output from perl -e 'print "@INC[0]\n"'
-PERLLIBDIR = /usr/lib/perl
-+PERLLIBDIR = @X11BASE@/libexec/titrax
++PERLLIBDIR = @LOCALBASE@/libexec/titrax
# PERL - where your Perl executable is located (is in sumtitrax)
PERL = $(NONXBINDIR)/perl
#