audio/jack2: Update MAN path.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Yanes Checcacci Balod 2014-04-06 09:31:04 +07:00 committed by Willy Sudiarto Raharjo
parent 345b9b6b4a
commit 0015ed32bc
2 changed files with 5 additions and 5 deletions

View file

@ -23,9 +23,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=jack2
PRGNAMFILE=jack # for opening file! Don't change it !!!
VERSION=1.9.9.5
BUILD=${BUILD:-1}
PRGNAMFILE=jack # aux var for opening file! Don't change it !!!
VERSION=${VERSION:-1.9.9.5}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -75,7 +75,7 @@ CXXFLAGS="$SLKCFLAGS" \
./waf configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
--mandir=/usr/man/man1 \
--classic \
--profile \
--dbus \

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://jackaudio.org/downloads/jack-1.9.9.5.tar.bz2"
MD5SUM="6c9de6b89db9d7076fa2ce222816cf4c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"
REQUIRES=""
MAINTAINER="Yanes Checcacci Balod"
EMAIL="yanes@pobox.com"