aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-rpg/nwn-cep/nwn-cep-2.4.ebuild')
-rw-r--r--games-rpg/nwn-cep/nwn-cep-2.4.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/games-rpg/nwn-cep/nwn-cep-2.4.ebuild b/games-rpg/nwn-cep/nwn-cep-2.4.ebuild
index bbe939f..23939d1 100644
--- a/games-rpg/nwn-cep/nwn-cep-2.4.ebuild
+++ b/games-rpg/nwn-cep/nwn-cep-2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-cep/nwn-cep-2.0.ebuild,v 1.8 2012/10/07 11:26:09 pacho Exp $
@@ -9,7 +9,7 @@ DESCRIPTION="High quality custom content addon for Neverwinter Nights"
HOMEPAGE="http://www.neverwinternights.info/cep.htm"
SRC_URI="http://vnfiles.ign.com/nwvault.ign.com/fms/files/hakpaks/7849/CEP_24_a.rar"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
SLOT="2"
KEYWORDS="-* amd64 x86"
IUSE=""
@@ -35,26 +35,26 @@ src_install() {
local i
for i in hak tlk erf
do
- cd ${i}
+ cd ${i}
insinto "${dir}"/${i}
doins *.${i} || die "${i} failed"
cd ..
done
-
+
cd modules
insinto "${dir}"/modules
doins *.mod || die "mod failed"
cd ..
- cd docs/cep
+ cd docs/cep
insinto "${dir}"/docs/cep
doins *.pdf || die "pdf failed"
cd ../..
-
- cd dmvault
+
+ cd dmvault
insinto "${dir}"/dmvault
doins *.bic || die "dmvault failed"
cd ..
-
+
prepgamesdirs
}