diff options
Diffstat (limited to 'dev-util/pccts/pccts-1.33.33.ebuild')
-rw-r--r-- | dev-util/pccts/pccts-1.33.33.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/pccts/pccts-1.33.33.ebuild b/dev-util/pccts/pccts-1.33.33.ebuild index deb45921ae2d..6c2c2a30ade9 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-2003 Gentoo Technologies, Inc. # 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.3 2003/07/12 14:28:13 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pccts/pccts-1.33.33.ebuild,v 1.4 2003/09/06 08:39:20 msterret Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Purdue Compiler Construction Tool Set is an embedded C/C++ parser generator" @@ -28,12 +28,12 @@ src_install() { # main binaries dobin bin/{antlr,dlg,genmk,sor} - # .c and .cpp files go into /usr/include/pccts also, + # .c and .cpp files go into /usr/include/pccts also, # because genmk looks for them for being included in output-files # (which are c/c++) generated from grammar-files # right now i include _everything_ just to make sure # it doesn't break pccts-based projects - # + # # if i dive further into the details of genmk.c # it should be possible to put that stuff into /usr/share/pccts # @@ -54,7 +54,7 @@ src_install() { # documentation # leaving out the M$ and MAC stuff dodoc CHANGES* KNOWN_PROBLEMS* README RIGHTS history.txt history.ps - dodoc sorcerer/README sorcerer/UPDATES + dodoc sorcerer/README sorcerer/UPDATES # manual pages doman dlg/dlg.1 antlr/antlr.1 |