diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-11-06 15:55:55 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-11-06 15:55:55 +0000 |
commit | da94860a8eaec000105cbd75b9da7ae05bc5ae92 (patch) | |
tree | b73973f80ec95887a50891d5023c4d75733217e4 /dev-util/pccts/pccts-1.33.33.ebuild | |
parent | fix java-utils_get-vm-version with _rc* stuff (diff) | |
download | gentoo-2-da94860a8eaec000105cbd75b9da7ae05bc5ae92.tar.gz gentoo-2-da94860a8eaec000105cbd75b9da7ae05bc5ae92.tar.bz2 gentoo-2-da94860a8eaec000105cbd75b9da7ae05bc5ae92.zip |
Hooray for epatch.
Diffstat (limited to 'dev-util/pccts/pccts-1.33.33.ebuild')
-rw-r--r-- | dev-util/pccts/pccts-1.33.33.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/pccts/pccts-1.33.33.ebuild b/dev-util/pccts/pccts-1.33.33.ebuild index 86b9761cf279..dc5201152468 100644 --- a/dev-util/pccts/pccts-1.33.33.ebuild +++ b/dev-util/pccts/pccts-1.33.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pccts/pccts-1.33.33.ebuild,v 1.10 2004/09/29 19:51:10 kito Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pccts/pccts-1.33.33.ebuild,v 1.11 2004/11/06 15:55:55 pyrania Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Purdue Compiler Construction Tool Set is an embedded C/C++ parser generator" @@ -17,7 +17,7 @@ DEPEND="app-arch/unzip" src_unpack() { unpack ${A} - patch -p0 <${FILESDIR}/${PF}-gentoo.diff || die + patch ${FILESDIR}/${PF}-gentoo.diff || die "epatch failed." } src_compile() { @@ -59,4 +59,4 @@ src_install() { # manual pages doman dlg/dlg.1 antlr/antlr.1 -}
\ No newline at end of file +} |