Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/benchmarks/dbench/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 21 Oct 2005 21:20:56 -0000 1.4 +++ pkg-plist 27 Feb 2007 07:34:57 -0000 @@ -1,8 +1,8 @@ bin/dbench bin/tbench bin/tbench_srv -man/dbench.1 -man/tbench.1 -man/tbench_srv.1 +man/man1/dbench.1 +man/man1/tbench.1 +man/man1/tbench_srv.1 %%DATADIR%%/client.txt @dirrm share/dbench Index: files/patch-configure =================================================================== RCS file: /home/ncvs/ports/benchmarks/dbench/files/patch-configure,v retrieving revision 1.1 diff -u -r1.1 patch-configure --- files/patch-configure 18 Oct 2005 17:34:16 -0000 1.1 +++ files/patch-configure 27 Feb 2007 07:34:57 -0000 @@ -1,5 +1,5 @@ ---- configure.old Tue Oct 18 11:18:21 2005 -+++ configure Tue Oct 18 11:19:00 2005 +--- configure.orig Wed Jan 12 23:04:18 2005 ++++ configure Tue Feb 27 08:31:28 2007 @@ -339,7 +339,7 @@ bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' @@ -9,3 +9,12 @@ sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' +@@ -347,7 +347,7 @@ + includedir='${prefix}/include' + oldincludedir='/usr/include' + infodir='${prefix}/info' +-mandir='${prefix}/man' ++mandir='${prefix}/man/man1' + + ac_prev= + for ac_option