diff options
author | krion <krion@FreeBSD.org> | 2004-12-23 04:28:00 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-12-23 04:28:00 +0800 |
commit | 1339fa27e0cff4c8add9326a51739b1756d52e9a (patch) | |
tree | 39273d29e91fa99d77c04eddbf3298d608eaf833 /audio/uade | |
parent | d2cf249090fd1ea03ed57b0b5b22a12ce258b683 (diff) | |
download | freebsd-ports-gnome-1339fa27e0cff4c8add9326a51739b1756d52e9a.tar.gz freebsd-ports-gnome-1339fa27e0cff4c8add9326a51739b1756d52e9a.tar.zst freebsd-ports-gnome-1339fa27e0cff4c8add9326a51739b1756d52e9a.zip |
Fix package build.
Diffstat (limited to 'audio/uade')
-rw-r--r-- | audio/uade/files/patch-configure | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/audio/uade/files/patch-configure b/audio/uade/files/patch-configure index fb8770a47727..7309a0aebeed 100644 --- a/audio/uade/files/patch-configure +++ b/audio/uade/files/patch-configure @@ -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 |