diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-22 20:28:00 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-22 20:28:00 +0000 |
commit | 5fb6091f09f978cc64d1797317596268b3c41a12 (patch) | |
tree | 3ac5518f34884104f2702391f0326a628d3e312a /audio/xmms-uade | |
parent | 32b0a4167e5ca1a059a4ca3189769f791f670b3b (diff) | |
download | ports-5fb6091f09f978cc64d1797317596268b3c41a12.tar.gz ports-5fb6091f09f978cc64d1797317596268b3c41a12.zip |
Fix package build.
Notes
Notes:
svn path=/head/; revision=124851
Diffstat (limited to 'audio/xmms-uade')
-rw-r--r-- | audio/xmms-uade/files/patch-configure | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/audio/xmms-uade/files/patch-configure b/audio/xmms-uade/files/patch-configure index fb8770a47727..7309a0aebeed 100644 --- a/audio/xmms-uade/files/patch-configure +++ b/audio/xmms-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 |