summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-29 18:56:12 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-29 18:56:12 +0000
commit10c81725554311c54ee5a4941b18a3f51dcdc414 (patch)
treee82d6e847a41cdd001dc5cd8ad8e0abbe0136ba3 /app-office/siag
parentfixed the dodoc section of install. (diff)
downloadhistorical-10c81725554311c54ee5a4941b18a3f51dcdc414.tar.gz
historical-10c81725554311c54ee5a4941b18a3f51dcdc414.tar.bz2
historical-10c81725554311c54ee5a4941b18a3f51dcdc414.zip
Other missed files
Diffstat (limited to 'app-office/siag')
-rw-r--r--app-office/siag/files/10siag4
-rw-r--r--app-office/siag/siag-3.4.7.ebuild5
2 files changed, 7 insertions, 2 deletions
diff --git a/app-office/siag/files/10siag b/app-office/siag/files/10siag
new file mode 100644
index 000000000000..620adb31a5ae
--- /dev/null
+++ b/app-office/siag/files/10siag
@@ -0,0 +1,4 @@
+PATH=/opt/siag/bin
+ROOTPATH=/opt/siag/bin
+LDPATH=/opt/siag/lib
+MANDIR=/opt/siag/share/man
diff --git a/app-office/siag/siag-3.4.7.ebuild b/app-office/siag/siag-3.4.7.ebuild
index d3d5402433c7..d8e6d6dcbc9b 100644
--- a/app-office/siag/siag-3.4.7.ebuild
+++ b/app-office/siag/siag-3.4.7.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 Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/siag/siag-3.4.7.ebuild,v 1.2 2001/04/28 08:04:32 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/siag/siag-3.4.7.ebuild,v 1.3 2001/04/29 18:56:12 achim Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A free Office package for Linux"
@@ -48,6 +48,7 @@ src_compile() {
src_install () {
try make DESTDIR=${D} install
-
+ insinto /etc/env.d
+ doins ${FILESDIR}/10siag
}