fish-shell: misc fixes.

This commit is contained in:
Juan RP 2013-07-11 10:32:40 +02:00
parent e6b522d0b3
commit e1696c5a0e

View file

@ -1,12 +1,12 @@
# Template file for 'fish-shell' # Template file for 'fish-shell'
pkgname=fish-shell pkgname=fish-shell
version=2.0.0 version=2.0.0
revision=1 revision=2
distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz" distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz"
checksum="7e4c4a0b3c518769a3d31b235e743de7a8d52f851ad19d2df9d53534e6238303" checksum="7e4c4a0b3c518769a3d31b235e743de7a8d52f851ad19d2df9d53534e6238303"
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="autoconf make" hostmakedepends="autoconf doxygen"
makedepends="doxygen ncurses-devel" makedepends="ncurses-devel"
wrksrc="fish" wrksrc="fish"
maintainer="Steven R <strob AT styez DOT com>" maintainer="Steven R <strob AT styez DOT com>"
homepage="http://fishshell.com/" homepage="http://fishshell.com/"
@ -19,9 +19,8 @@ pre_configure() {
} }
fish-shell_package() { fish-shell_package() {
noarch="yes"
register_shell="/usr/bin/fish" register_shell="/usr/bin/fish"
pkg_install() { pkg_install() {
vmove all vmove all
} }
} }