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
commit5b0b90e92f10c01f6d71e8ebb5f347a603eec2d5 (patch)
treedf5b169135da5f811946d9189dc0f3894b965366 /app-text/dgs
parent*** empty log message *** (diff)
downloadhistorical-5b0b90e92f10c01f6d71e8ebb5f347a603eec2d5.tar.gz
historical-5b0b90e92f10c01f6d71e8ebb5f347a603eec2d5.tar.bz2
historical-5b0b90e92f10c01f6d71e8ebb5f347a603eec2d5.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
}