plan9port: fix /etc/profile.d/plan9.sh
This commit is contained in:
parent
4bb28a643f
commit
a66c0f0879
|
@ -1,2 +1,2 @@
|
||||||
export PLAN9=/opt/plan9
|
export PLAN9=/usr/share/plan9
|
||||||
export PATH=$PATH:$PLAN9/bin
|
export PATH=$PATH:$PLAN9/bin
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'plan9port'
|
# Template file for 'plan9port'
|
||||||
pkgname=plan9port
|
pkgname=plan9port
|
||||||
version=20160418
|
version=20160418
|
||||||
revision=1
|
revision=2
|
||||||
_githash=35d43924484b88b9816e40d2f6bff4547f3eec47
|
_githash=35d43924484b88b9816e40d2f6bff4547f3eec47
|
||||||
wrksrc="${pkgname}-${_githash}"
|
wrksrc="${pkgname}-${_githash}"
|
||||||
hostmakedepends="which perl"
|
hostmakedepends="which perl"
|
||||||
|
|
Loading…
Reference in New Issue