1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/benchmarks/dbench/files/patch-configure
Jean Milanez Melo 622455ab4c - Fix to install manpage in right place.
- Bump portrevision.

PR:		ports/109590
Submitted by:	Martin Tournoij <carpetsmoker@xs4all.nl>
Reviewed by:	jmelo
2007-03-08 14:39:47 +00:00

21 lines
540 B
Plaintext

--- 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'
libexecdir='${exec_prefix}/libexec'
-datadir='${prefix}/share'
+datadir='${prefix}/share/dbench'
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