summaryrefslogtreecommitdiff
path: root/graphics/xplot/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xplot/patches/patch-aa')
-rw-r--r--graphics/xplot/patches/patch-aa19
1 files changed, 14 insertions, 5 deletions
diff --git a/graphics/xplot/patches/patch-aa b/graphics/xplot/patches/patch-aa
index 1728a358223..8b0ccacf412 100644
--- a/graphics/xplot/patches/patch-aa
+++ b/graphics/xplot/patches/patch-aa
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.8 2009/12/11 16:57:12 asau Exp $
+$NetBSD: patch-aa,v 1.9 2016/04/21 13:37:22 jperkin Exp $
---- Makefile.in.orig 2000-05-05 01:04:20.000000000 +0400
-+++ Makefile.in 2009-12-11 19:54:53.000000000 +0300
-@@ -62,7 +62,7 @@
+--- Makefile.in.orig 2000-05-04 21:04:20.000000000 +0000
++++ Makefile.in
+@@ -50,7 +50,7 @@ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+
+ bindir = $(exec_prefix)/bin
+-mandir = $(exec_prefix)/man/man1
++mandir = $(exec_prefix)/${PKGMANDIR}/man1
+
+ CFILES= xplot.c version_string.c coord.c unsigned.c signed.c timeval.c double.c dtime.c
+ OFILES= xplot.o version_string.o coord.o unsigned.o signed.o timeval.o double.o dtime.o
+@@ -62,7 +62,7 @@ MANFILES= xplot.1 tcpdump2xplot.1
all: ${PROG}
${PROG}: ${OFILES}
@@ -11,7 +20,7 @@ $NetBSD: patch-aa,v 1.8 2009/12/11 16:57:12 asau Exp $
-mv -f $@ $@.old
mv -f $@.new $@
-@@ -70,11 +70,11 @@
+@@ -70,11 +70,11 @@ version_string.c: version
echo 'char *version_string = "'`cat version`'";' >version_string.c
install: all