summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 01:20:05 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 01:20:05 +0000
commit6ac515434e9414a7ea61d6d07b2279f7edc7da8b (patch)
treeb4131d8456e7226791425b9147096f71668de7b3 /sys-apps/miscfiles
parentCommitting some ChangeLogs I forgot to commit. (diff)
downloadhistorical-6ac515434e9414a7ea61d6d07b2279f7edc7da8b.tar.gz
historical-6ac515434e9414a7ea61d6d07b2279f7edc7da8b.tar.bz2
historical-6ac515434e9414a7ea61d6d07b2279f7edc7da8b.zip
repoman'd
Diffstat (limited to 'sys-apps/miscfiles')
-rw-r--r--sys-apps/miscfiles/miscfiles-1.2-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/miscfiles/miscfiles-1.2-r1.ebuild b/sys-apps/miscfiles/miscfiles-1.2-r1.ebuild
index 639ad22770e4..fb6adac2207e 100644
--- a/sys-apps/miscfiles/miscfiles-1.2-r1.ebuild
+++ b/sys-apps/miscfiles/miscfiles-1.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/miscfiles-1.2-r1.ebuild,v 1.4 2002/07/16 05:51:01 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/miscfiles-1.2-r1.ebuild,v 1.5 2002/07/17 01:20:05 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Miscellaneous files"
@@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/directory/${PN}.html"
KEYWORDS="x86 ppc"
SLOT="0"
-LICENSE=""
+LICENSE="GPL"
src_unpack() {
unpack ${A}
@@ -27,4 +27,6 @@ src_compile() {
src_install() {
make prefix=${D}/usr \
install || die
+
+ dodoc GNU* NEWS ORIGIN README dict-README
}