diff options
Diffstat (limited to 'sys-apps/groff/groff-1.18.1-r3.ebuild')
-rw-r--r-- | sys-apps/groff/groff-1.18.1-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/groff/groff-1.18.1-r3.ebuild b/sys-apps/groff/groff-1.18.1-r3.ebuild index 3ff802f2ac2b..451967f8944d 100644 --- a/sys-apps/groff/groff-1.18.1-r3.ebuild +++ b/sys-apps/groff/groff-1.18.1-r3.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-r3.ebuild,v 1.1 2003/08/04 19:02:44 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18.1-r3.ebuild,v 1.2 2003/09/07 00:43:50 msterret Exp $ IUSE="X cjk" @@ -72,7 +72,7 @@ src_compile() { --mandir=/usr/share/man \ --infodir=\${inforoot} \ ${myconf} || die - + # emake doesn't work make || die @@ -103,7 +103,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 |