From c3041bca1ea2849208ff355f9e0d1e9f2eccff00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Hern=C3=A1ndez=20Blas?= Date: Sat, 28 Aug 2010 15:07:23 -0400 Subject: system/plan9port: Updated for version 20100825. Signed-off-by: dsomero --- system/plan9port/profile.d/plan9port.csh | 4 ++-- system/plan9port/profile.d/plan9port.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'system/plan9port/profile.d') diff --git a/system/plan9port/profile.d/plan9port.csh b/system/plan9port/profile.d/plan9port.csh index f7ea8e2a3318..0119f3e35de6 100644 --- a/system/plan9port/profile.d/plan9port.csh +++ b/system/plan9port/profile.d/plan9port.csh @@ -1,4 +1,4 @@ #!/bin/csh setenv PLAN9 /opt/plan9 -setenv MANPATH ${MANPATH}:/opt/plan9/man -setenv PATH ${PATH}:/opt/plan9/bin +setenv MANPATH ${MANPATH}:$PLAN9/man +setenv PATH ${PATH}:$PLAN9/bin diff --git a/system/plan9port/profile.d/plan9port.sh b/system/plan9port/profile.d/plan9port.sh index 3596bafcc146..40ad4d01f2f7 100644 --- a/system/plan9port/profile.d/plan9port.sh +++ b/system/plan9port/profile.d/plan9port.sh @@ -1,4 +1,4 @@ #!/bin/sh export PLAN9=/opt/plan9 -export MANPATH="$MANPATH:/opt/plan9/man" -export PATH="$PATH:/opt/plan9/bin" +export MANPATH="$MANPATH:$PLAN9/man" +export PATH="$PATH:$PLAN9/bin" -- cgit v1.2.3