diff --git a/srcpkgs/plan9port/files/plan9.sh b/srcpkgs/plan9port/files/plan9.sh index 84c3d7ef48a..f8236d9a5d1 100644 --- a/srcpkgs/plan9port/files/plan9.sh +++ b/srcpkgs/plan9port/files/plan9.sh @@ -1,2 +1,2 @@ -export PLAN9=/opt/plan9 +export PLAN9=/usr/share/plan9 export PATH=$PATH:$PLAN9/bin diff --git a/srcpkgs/plan9port/template b/srcpkgs/plan9port/template index a4b19da946b..616874789d8 100644 --- a/srcpkgs/plan9port/template +++ b/srcpkgs/plan9port/template @@ -1,7 +1,7 @@ # Template file for 'plan9port' pkgname=plan9port version=20160418 -revision=1 +revision=2 _githash=35d43924484b88b9816e40d2f6bff4547f3eec47 wrksrc="${pkgname}-${_githash}" hostmakedepends="which perl"