diff options
author | Benda Xu <heroxbd@gentoo.org> | 2017-09-04 15:39:36 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2017-09-04 15:39:36 +0900 |
commit | ca738a2d7fe02ff12353b933acaf56b31f05ae18 (patch) | |
tree | 98be7d1af0c3d47e59c81b9f707b0dab9a931a07 /dev-util/plan9port | |
parent | app-shells/zsh: apply prefixify_ro of prefix.eclass to simplify the ebuild. (diff) | |
download | gentoo-ca738a2d7fe02ff12353b933acaf56b31f05ae18.tar.gz gentoo-ca738a2d7fe02ff12353b933acaf56b31f05ae18.tar.bz2 gentoo-ca738a2d7fe02ff12353b933acaf56b31f05ae18.zip |
dev-util/plan9port: move env.d/30plan9 to 60plan9.
Bug: 629846
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-util/plan9port')
-rw-r--r-- | dev-util/plan9port/plan9port-20140306-r4.ebuild (renamed from dev-util/plan9port/plan9port-20140306-r3.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/plan9port/plan9port-20140306-r3.ebuild b/dev-util/plan9port/plan9port-20140306-r4.ebuild index 7941d8ace30f..68a51b267f4e 100644 --- a/dev-util/plan9port/plan9port-20140306-r3.ebuild +++ b/dev-util/plan9port/plan9port-20140306-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -96,13 +96,13 @@ src_install() { cp -a * "${ED}/${PLAN9}" # build the environment variables and install them in env.d - cat > "${T}/30plan9" <<-EOF + cat > "${T}/60plan9" <<-EOF PLAN9="${EPLAN9}" PATH="${EPLAN9}/bin" ROOTPATH="${EPLAN9}/bin" MANPATH="${EPLAN9}/man" EOF - doenvd "${T}/30plan9" + doenvd "${T}/60plan9" } pkg_postinst() { |