summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-03-20 05:47:31 +0000
committerAchim Gottinger <achim@gentoo.org>2001-03-20 05:47:31 +0000
commite521325cb7942574dc3cdc683ef0d15abc6e251b (patch)
tree313a8850b9ecf8ea32be20de0981d1d8a779f5fc /app-text/dgs
parent*** empty log message *** (diff)
downloadgentoo-2-e521325cb7942574dc3cdc683ef0d15abc6e251b.tar.gz
gentoo-2-e521325cb7942574dc3cdc683ef0d15abc6e251b.tar.bz2
gentoo-2-e521325cb7942574dc3cdc683ef0d15abc6e251b.zip
*** empty log message ***
Diffstat (limited to 'app-text/dgs')
-rw-r--r--app-text/dgs/dgs-0.5.10-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/dgs/dgs-0.5.10-r1.ebuild b/app-text/dgs/dgs-0.5.10-r1.ebuild
index f3fbccf0729e..7dbaa388aa4c 100644
--- a/app-text/dgs/dgs-0.5.10-r1.ebuild
+++ b/app-text/dgs/dgs-0.5.10-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/dgs-0.5.10-r1.ebuild,v 1.1 2001/03/14 15:29:15 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/dgs-0.5.10-r1.ebuild,v 1.2 2001/03/20 05:47:31 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -21,7 +21,7 @@ src_unpack() {
src_compile() {
- try ./configure --prefix=/usr --host=${CHOST} --with-x
+ try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} --with-x
try make
}