diff options
author | 2001-06-21 19:47:01 +0000 | |
---|---|---|
committer | 2001-06-21 19:47:01 +0000 | |
commit | 1f274ac97996989afd9317906ed7d1e75c5de15f (patch) | |
tree | 3caab660f1aba819a0fe21bc3a08b4d6098b03c1 /dev-libs | |
parent | commit damn you (diff) | |
download | historical-1f274ac97996989afd9317906ed7d1e75c5de15f.tar.gz historical-1f274ac97996989afd9317906ed7d1e75c5de15f.tar.bz2 historical-1f274ac97996989afd9317906ed7d1e75c5de15f.zip |
grrr
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/popt/popt-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/popt/popt-1.5.ebuild b/dev-libs/popt/popt-1.5.ebuild index 1e7cc9715370..def8b988b6af 100644 --- a/dev-libs/popt/popt-1.5.ebuild +++ b/dev-libs/popt/popt-1.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens <lamer@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.5.ebuild,v 1.1 2001/06/21 19:45:54 lamer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.5.ebuild,v 1.2 2001/06/21 19:47:01 lamer Exp $ #P= A=${P}.tar.gz @@ -22,6 +22,6 @@ src_compile() { src_install () { try make DESTDIR=${D} install - + dodoc CHANGES COPYING README } |