summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-02-22 16:38:38 +0000
committerAchim Gottinger <achim@gentoo.org>2001-02-22 16:38:38 +0000
commitfca16cefda9d45667d7282e84206928335545385 (patch)
tree33d02575745074e0e313718a1bae8d1bc78eda72 /media-libs/gle
parentAdded support for manpage extentions other that [0-9nm] (diff)
downloadhistorical-fca16cefda9d45667d7282e84206928335545385.tar.gz
historical-fca16cefda9d45667d7282e84206928335545385.tar.bz2
historical-fca16cefda9d45667d7282e84206928335545385.zip
*** empty log message ***
Diffstat (limited to 'media-libs/gle')
-rw-r--r--media-libs/gle/gle-3.0.1-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/media-libs/gle/gle-3.0.1-r1.ebuild b/media-libs/gle/gle-3.0.1-r1.ebuild
index 12ffcfb1a5fc..410a22dedac6 100644
--- a/media-libs/gle/gle-3.0.1-r1.ebuild
+++ b/media-libs/gle/gle-3.0.1-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gle/gle-3.0.1-r1.ebuild,v 1.3 2001/02/15 18:16:54 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gle/gle-3.0.1-r1.ebuild,v 1.4 2001/02/22 16:38:38 achim Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GL extrusion library"
@@ -19,7 +19,11 @@ src_compile() {
}
src_install () {
+
try make prefix=${D}/usr mandir=${D}/usr/share/man install
+ dodoc AUTHORS COPYING ChangeLog NEWS README
+ docinto html
+ dodoc public_html/*.{gif,jpg,html}
}