diff options
Diffstat (limited to 'sys-apps/groff/groff-1.18.1.ebuild')
-rw-r--r-- | sys-apps/groff/groff-1.18.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/groff/groff-1.18.1.ebuild b/sys-apps/groff/groff-1.18.1.ebuild index 452da33fe738..b0b00a468eda 100644 --- a/sys-apps/groff/groff-1.18.1.ebuild +++ b/sys-apps/groff/groff-1.18.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18.1.ebuild,v 1.9 2003/07/16 13:47:25 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18.1.ebuild,v 1.10 2003/09/07 00:43:50 msterret Exp $ IUSE="" @@ -35,12 +35,12 @@ src_compile() { # Fix problems with not finding g++ [ -z "${CC}" ] && export CC="gcc" [ -z "${CXX}" ] && export CXX="g++" - + ./configure --host=${CHOST} \ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=\${inforoot} || die - + # emake doesn't work make || die @@ -71,7 +71,7 @@ src_install() { install \ install.man || die fi - + #the following links are required for xman dosym eqn /usr/bin/geqn dosym tbl /usr/bin/gtbl |