1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix package build.

This commit is contained in:
Kirill Ponomarev 2004-12-22 20:28:00 +00:00
parent 32b0a4167e
commit 5fb6091f09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124851
2 changed files with 28 additions and 4 deletions

View File

@ -1,5 +1,8 @@
--- configure.orig Sat Oct 30 17:59:24 2004
+++ configure Sun Oct 31 13:33:21 2004
$FreeBSD$
--- configure.orig
+++ configure
@@ -198,8 +198,6 @@
--x-includes=*)
;;
@ -9,3 +12,12 @@
;;
esac
done
@@ -411,7 +409,7 @@
docdir="$prefix/share/doc/uade-$VERSION"
fi
if test -z "$mandir"; then
- mandir="$prefix/share/man/man1"
+ mandir="$prefix/man/man1"
fi
else
# user installation

View File

@ -1,5 +1,8 @@
--- configure.orig Sat Oct 30 17:59:24 2004
+++ configure Sun Oct 31 13:33:21 2004
$FreeBSD$
--- configure.orig
+++ configure
@@ -198,8 +198,6 @@
--x-includes=*)
;;
@ -9,3 +12,12 @@
;;
esac
done
@@ -411,7 +409,7 @@
docdir="$prefix/share/doc/uade-$VERSION"
fi
if test -z "$mandir"; then
- mandir="$prefix/share/man/man1"
+ mandir="$prefix/man/man1"
fi
else
# user installation