diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-29 17:20:00 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-29 17:20:00 +0000 |
commit | c9541079bd9d85d18ff1dcf8cbb39275ae6a6e6b (patch) | |
tree | 33ee5fd001db6c7ab10da432ac758c72c2052998 /app-misc/boxes | |
parent | ChangeLog fixes (Manifest recommit) (diff) | |
download | gentoo-2-c9541079bd9d85d18ff1dcf8cbb39275ae6a6e6b.tar.gz gentoo-2-c9541079bd9d85d18ff1dcf8cbb39275ae6a6e6b.tar.bz2 gentoo-2-c9541079bd9d85d18ff1dcf8cbb39275ae6a6e6b.zip |
mirror:// updates, ChangeLog fixes and other fixes.
Diffstat (limited to 'app-misc/boxes')
-rw-r--r-- | app-misc/boxes/boxes-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/boxes/boxes-1.0.1.ebuild b/app-misc/boxes/boxes-1.0.1.ebuild index d2d779945421..fbaf51c0893e 100644 --- a/app-misc/boxes/boxes-1.0.1.ebuild +++ b/app-misc/boxes/boxes-1.0.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/app-misc/boxes/boxes-1.0.1.ebuild,v 1.12 2003/09/05 12:10:36 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/boxes-1.0.1.ebuild,v 1.13 2004/02/29 17:19:59 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="boxes draws any kind of boxes around your text!" @@ -16,7 +16,7 @@ KEYWORDS="x86 ppc alpha" src_unpack() { unpack ${A} cd ${S} - patch -p1 < ${FILESDIR}/${P}-gentoo.diff + epatch ${FILESDIR}/${P}-gentoo.diff cd src } |