diff options
author | Jared H.Hudson <jhhudso@gentoo.org> | 2003-08-10 14:15:26 +0000 |
---|---|---|
committer | Jared H.Hudson <jhhudso@gentoo.org> | 2003-08-10 14:15:26 +0000 |
commit | 22b1a3b7bc2f1475326a99fa47cb8cfe4b250697 (patch) | |
tree | 27bd8cb9ae7e8afe39c11dd29fa249d59987825c /dev-util | |
parent | Initial import (diff) | |
download | historical-22b1a3b7bc2f1475326a99fa47cb8cfe4b250697.tar.gz historical-22b1a3b7bc2f1475326a99fa47cb8cfe4b250697.tar.bz2 historical-22b1a3b7bc2f1475326a99fa47cb8cfe4b250697.zip |
30 secs after my commit I realized man was misplaced
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/bcpp/Manifest | 2 | ||||
-rw-r--r-- | dev-util/bcpp/bcpp-20030423.ebuild | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dev-util/bcpp/Manifest b/dev-util/bcpp/Manifest index 57c3141f65d9..0012169f54dc 100644 --- a/dev-util/bcpp/Manifest +++ b/dev-util/bcpp/Manifest @@ -1,4 +1,4 @@ -MD5 253beaf5f42aa096e0e6dda5fa78c544 bcpp-20030423.ebuild 573 +MD5 81088821d529ba6c76308e7876e54d5d bcpp-20030423.ebuild 608 MD5 f71c33d3646cab7f4e79b40dafba3737 metadata.xml 251 MD5 36997fe81b66b1c87e60950d3a26745d ChangeLog 320 MD5 68d2fd9c26ff6c376d410bc0139aca34 files/digest-bcpp-20030423 61 diff --git a/dev-util/bcpp/bcpp-20030423.ebuild b/dev-util/bcpp/bcpp-20030423.ebuild index 99236ff5a487..9c8fdc686314 100644 --- a/dev-util/bcpp/bcpp-20030423.ebuild +++ b/dev-util/bcpp/bcpp-20030423.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/bcpp/bcpp-20030423.ebuild,v 1.1 2003/08/10 14:10:13 jhhudso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bcpp/bcpp-20030423.ebuild,v 1.2 2003/08/10 14:15:16 jhhudso Exp $ DESCRIPTION="Indents C/C++ source code" HOMEPAGE="http://invisible-island.net/bcpp/" @@ -14,7 +14,8 @@ RDEPEND="" S=${WORKDIR}/${P} src_install() { - einstall || die + #einstall || die + make DESTDIR=${D} install || die dodoc CHANGES MANIFEST README VERSION txtdocs/hirachy.txt \ txtdocs/manual.txt } |