From 85a6cff7a0002206d38c063aa44d7c4eb8837662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 27 Nov 2012 18:58:21 +0000 Subject: [PATCH] Fix description and paths --- x11-misc/util-macros/util-macros-1.17.0-git.bep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/util-macros/util-macros-1.17.0-git.bep b/x11-misc/util-macros/util-macros-1.17.0-git.bep index 2f0e096f8..70fd77ae0 100644 --- a/x11-misc/util-macros/util-macros-1.17.0-git.bep +++ b/x11-misc/util-macros/util-macros-1.17.0-git.bep @@ -1,4 +1,4 @@ -DESCRIPTION="xorg-macros" +DESCRIPTION="xorg util-macros" HOMEPAGE="http://cgit.freedesktop.org/xorg/util/macros/" COPYRIGHT="2005 Red Hat, Inc. 2005, 2006, Oracle and/or its affiliates. All rights reserved." @@ -10,7 +10,7 @@ REVISION="1" STATUS_HAIKU="untested" DEPEND="" BUILD { - cd xorg-macros-1.17-git + cd util-macros-1.17.0-git ./autogen.sh -V ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ --datadir=`finddir B_COMMON_LIB_DIRECTORY` @@ -18,6 +18,6 @@ BUILD { } INSTALL { - cd xorg-macros-1.17-git + cd util-macros-1.17.0-git make install }