Merge pull request #1042 from nmeum/hotfix/plan9port

plan9port: Don't modify $ROOTPATH and $MANPATH
This commit is contained in:
Christian Neukirchen 2015-03-02 10:30:23 +01:00
commit c891826cfb
2 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,2 @@
export PLAN9=/opt/plan9
export PATH=$PATH:$PLAN9/bin
export ROOTPATH=$ROOTPATH:$PLAN9/bin
export MANPATH=$MANPATH:$PLAN9/man

View file

@ -1,7 +1,7 @@
# Template file for 'plan9port'
pkgname=plan9port
version=20140306
revision=3
revision=4
wrksrc=$pkgname
hostmakedepends="which perl"
makedepends="libX11-devel libXt-devel libXext-devel freetype-devel fontconfig-devel"