plan9port: fix shebang of rc scripts

Without this change some "command not found" errors are displayed while building.
Also, the shebang of rc scripts would be "#!/usr/local/plan9/bin/rc" instead of the correct "#!/usr/lib/plan9/bin/rc".
This commit is contained in:
4ricci 2020-03-23 02:05:36 +00:00 committed by Juan RP
parent 8880b37789
commit 4ef2803a60

View file

@ -1,11 +1,11 @@
# Template file for 'plan9port'
pkgname=plan9port
version=20200222
revision=1
revision=2
_githash=92aa0e13ad8cec37936998a66eb728bfca88d689
archs="i686* x86_64* ppc*"
wrksrc="${pkgname}-${_githash}"
hostmakedepends="perl"
hostmakedepends="perl which"
makedepends="libX11-devel libXt-devel libXext-devel freetype-devel fontconfig-devel"
short_desc="Port of many Plan 9 programs to Unix-like operating systems"
maintainer="Leah Neukirchen <leah@vuxu.org>"