plan9port: fix build.
This commit is contained in:
parent
545e96bd15
commit
8e9c09070c
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'plan9port'
|
||||
pkgname=plan9port
|
||||
version=20140306
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc=$pkgname
|
||||
hostmakedepends="which perl"
|
||||
makedepends="libX11-devel libXt-devel libXext-devel freetype-devel fontconfig-devel"
|
||||
|
@ -25,5 +25,5 @@ do_install() {
|
|||
vmkdir opt
|
||||
cp -a $wrksrc $DESTDIR/opt/plan9
|
||||
cd $DESTDIR/opt/plan9
|
||||
rm -r install.{log,sum} .xbps* .hg*
|
||||
rm -r install.{log,sum} .hg*
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue