Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -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