pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics check-interpreter fix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/128deabca347
branches:  trunk
changeset: 590117:128deabca347
user:      jym <jym%pkgsrc.org@localhost>
date:      Sun Jul 03 11:46:08 2011 +0000

description:
check-interpreter fix.

diffstat:

 graphics/xplot-devel/Makefile |  4 +++-
 graphics/xplot/Makefile       |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 9687847be21b -r 128deabca347 graphics/xplot-devel/Makefile
--- a/graphics/xplot-devel/Makefile     Sun Jul 03 11:32:22 2011 +0000
+++ b/graphics/xplot-devel/Makefile     Sun Jul 03 11:46:08 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/03/28 19:36:30 gdt Exp $
+# $NetBSD: Makefile,v 1.6 2011/07/03 11:47:41 jym Exp $
 
 DISTNAME=      xplot-0.90.8
 PKGREVISION=   2
@@ -14,6 +14,8 @@
 USE_X11BASE=   yes
 GNU_CONFIGURE= yes
 
+REPLACE_PERL+= tcpdump2xplot.pl
+
 DOCFILES=      ANNOUNCE README README.tcp_plots \
                demo.0 demo.1 demo.2 demo.3 demo.4 demo.5 demo.6 demo.7
 
diff -r 9687847be21b -r 128deabca347 graphics/xplot/Makefile
--- a/graphics/xplot/Makefile   Sun Jul 03 11:32:22 2011 +0000
+++ b/graphics/xplot/Makefile   Sun Jul 03 11:46:08 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2009/12/11 16:57:12 asau Exp $
+# $NetBSD: Makefile,v 1.26 2011/07/03 11:46:08 jym Exp $
 
 DISTNAME=      xplot-0.90.7.1
 PKGREVISION=   5
@@ -14,6 +14,8 @@
 USE_X11BASE=   yes
 GNU_CONFIGURE= yes
 
+REPLACE_PERL+= tcpdump2xplot.pl
+
 DOCFILES=      ANNOUNCE README README.tcp_plots
 # demo.? removed from interim .7.1 version
 #              demo.0 demo.1 demo.2 demo.3 demo.4 demo.5 demo.6 demo.7



Home | Main Index | Thread Index | Old Index