diff options
Diffstat (limited to 'app-office/sc/sc-7.12.ebuild')
-rw-r--r-- | app-office/sc/sc-7.12.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app-office/sc/sc-7.12.ebuild b/app-office/sc/sc-7.12.ebuild index 2b00c6e4df8f..9f1e4f00637b 100644 --- a/app-office/sc/sc-7.12.ebuild +++ b/app-office/sc/sc-7.12.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/app-office/sc/sc-7.12.ebuild,v 1.9 2003/02/13 09:19:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/sc/sc-7.12.ebuild,v 1.10 2003/02/13 18:42:45 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="sc is a free curses-based spreadsheet program that uses key bindings similar to vi and less." @@ -11,7 +11,8 @@ SLOT="0" LICENSE="public-domain" KEYWORDS="x86 ppc" -DEPEND=">=sys-libs/ncurses-5.2" +DEPEND=">=sys-apps/sed-4.0.5 + >=sys-libs/ncurses-5.2" src_compile() { make CFLAGS="-DSYSV3 $CFLAGS" prefix=/usr || die @@ -23,6 +24,9 @@ src_install () { dodir /usr/lib/sc make prefix=${D}/usr MANDIR=${D}/usr/share/man/man1 install || die + sed -i "s:${D}::g" sc.1 + doman sc.1 psc.1 + dodoc CHANGES README sc.doc psc.doc tutorial.sc dodoc VMS_NOTES ${P}.lsm TODO SC.MACROS } |