summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-24 20:13:37 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-24 20:13:37 +0000
commitcbb2836bed2c8b3f7e9dd0f97d1fb4df3e1be3c8 (patch)
tree58118308d1358e93c26a80518b488c879b347619 /net-print/LPRng
parentminor fixes for rc5 (diff)
downloadhistorical-cbb2836bed2c8b3f7e9dd0f97d1fb4df3e1be3c8.tar.gz
historical-cbb2836bed2c8b3f7e9dd0f97d1fb4df3e1be3c8.tar.bz2
historical-cbb2836bed2c8b3f7e9dd0f97d1fb4df3e1be3c8.zip
minor fixes for rc5
Diffstat (limited to 'net-print/LPRng')
-rw-r--r--net-print/LPRng/LPRng-3.6.26.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-print/LPRng/LPRng-3.6.26.ebuild b/net-print/LPRng/LPRng-3.6.26.ebuild
index 8c664f2de12e..68fa7eacc973 100644
--- a/net-print/LPRng/LPRng-3.6.26.ebuild
+++ b/net-print/LPRng/LPRng-3.6.26.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/net-print/LPRng/LPRng-3.6.26.ebuild,v 1.5 2001/05/29 17:28:19 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/LPRng/LPRng-3.6.26.ebuild,v 1.6 2001/06/24 20:13:37 achim Exp $
A=${P}.tgz
S=${WORKDIR}/${P}
@@ -27,7 +27,7 @@ src_compile() {
myconf="--enable-nls"
fi
try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/lprng \
- $myconf
+ --mandir=/usr/share/man --libexecdir=/usr/lib $myconf
try make
}