diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-08-25 15:49:06 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-08-25 15:49:06 +0000 |
commit | 11e5bba1d919d4ba2aa918a6955a47ee2a9b2b3e (patch) | |
tree | 652f5967b76d0621a0926875ddc8c11637711889 /app-text | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-11e5bba1d919d4ba2aa918a6955a47ee2a9b2b3e.tar.gz gentoo-2-11e5bba1d919d4ba2aa918a6955a47ee2a9b2b3e.tar.bz2 gentoo-2-11e5bba1d919d4ba2aa918a6955a47ee2a9b2b3e.zip |
*** empty log message ***
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript/ghostscript-6.23.ebuild | 6 | ||||
-rw-r--r-- | app-text/metamail/metamail-2.7-r1.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/app-text/ghostscript/ghostscript-6.23.ebuild b/app-text/ghostscript/ghostscript-6.23.ebuild index 9f215cdefda3..125781cb4b74 100644 --- a/app-text/ghostscript/ghostscript-6.23.ebuild +++ b/app-text/ghostscript/ghostscript-6.23.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/ghostscript/ghostscript-6.23.ebuild,v 1.1 2000/08/25 15:10:22 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-6.23.ebuild,v 1.2 2000/08/25 15:49:06 achim Exp $ P=ghostscript-6.23 A="${P}.tar.gz ghostscript-fonts-std-6.0.tar.gz" @@ -45,8 +45,8 @@ src_compile() { src_install() { cd ${S} - dodir /usr/bin - make -f src/all-arch.mak prefix=${D}/usr install + dobin bin/gs + make -f src/all-arch.mak prefix=${D}/usr BINDIR=${D}/usr/bin install cd ${WORKDIR} cp -a fonts ${D}/usr/share/ghostscript cd ${S} diff --git a/app-text/metamail/metamail-2.7-r1.ebuild b/app-text/metamail/metamail-2.7-r1.ebuild index 7305619be344..0822a55baaca 100644 --- a/app-text/metamail/metamail-2.7-r1.ebuild +++ b/app-text/metamail/metamail-2.7-r1.ebuild @@ -1,13 +1,14 @@ # 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/metamail/metamail-2.7-r1.ebuild,v 1.2 2000/08/16 04:37:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/metamail/metamail-2.7-r1.ebuild,v 1.3 2000/08/25 15:49:06 achim Exp $ P=metamail-2.7 A=mm2.7.tar.Z S=${WORKDIR}/mm2.7/src DESCRIPTION="Metamail" -SRC_URI="ftp://thumper.bellcore.com/pub/nsb/"${A} +SRC_URI="ftp://thumper.bellcore.com/pub/nsb/${A} + ftp://ftp.bora.net/pub/free_servers/mail/metamail/${A}" src_unpack() { unpack ${A} |