diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-01-23 06:20:04 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-01-23 06:20:04 +0000 |
commit | a1e0283b059055c3a25653d79a45630fc9f2d716 (patch) | |
tree | b1217b4917a06ad7280e64ed909cfa0472088bd6 /net-mail/teapop/teapop-0.3.5.ebuild | |
parent | fixed ifthen transition (diff) | |
download | historical-a1e0283b059055c3a25653d79a45630fc9f2d716.tar.gz historical-a1e0283b059055c3a25653d79a45630fc9f2d716.tar.bz2 historical-a1e0283b059055c3a25653d79a45630fc9f2d716.zip |
fixed sandbox violations
Diffstat (limited to 'net-mail/teapop/teapop-0.3.5.ebuild')
-rw-r--r-- | net-mail/teapop/teapop-0.3.5.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net-mail/teapop/teapop-0.3.5.ebuild b/net-mail/teapop/teapop-0.3.5.ebuild index 9a1180a6a12c..63145cabbe5c 100644 --- a/net-mail/teapop/teapop-0.3.5.ebuild +++ b/net-mail/teapop/teapop-0.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/teapop-0.3.5.ebuild,v 1.1 2003/01/20 15:54:03 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/teapop-0.3.5.ebuild,v 1.2 2003/01/23 06:20:04 bcowan Exp $ S=${WORKDIR}/${P} DESCRIPTION="Tiny POP3 server" @@ -30,12 +30,7 @@ src_compile() { } src_install () { - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - sysconfdir=${D}/etc \ - install || die + make DESTDIR=${D} install || die dodir /usr/sbin mv ${D}/usr/libexec/teapop ${D}/usr/sbin/ |