plan9port: fix /etc/profile.d/plan9.sh

This commit is contained in:
Michael Gehring 2016-05-08 05:45:03 +02:00
parent 4bb28a643f
commit a66c0f0879
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
export PLAN9=/opt/plan9
export PLAN9=/usr/share/plan9
export PATH=$PATH:$PLAN9/bin

View File

@ -1,7 +1,7 @@
# Template file for 'plan9port'
pkgname=plan9port
version=20160418
revision=1
revision=2
_githash=35d43924484b88b9816e40d2f6bff4547f3eec47
wrksrc="${pkgname}-${_githash}"
hostmakedepends="which perl"