fish-shell: use conf_files.

This commit is contained in:
Juan RP 2014-06-20 10:40:12 +02:00
parent c4aae8bea3
commit 79bfae7c2d
1 changed files with 3 additions and 2 deletions

View File

@ -1,13 +1,14 @@
# Template file for 'fish-shell' # Template file for 'fish-shell'
pkgname=fish-shell pkgname=fish-shell
version=2.1.0 version=2.1.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="af527af9d145df5675ca3031c1a87007d4f4753a1cde49da88f4eb883a1cf044" checksum="af527af9d145df5675ca3031c1a87007d4f4753a1cde49da88f4eb883a1cf044"
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="autoconf doxygen" hostmakedepends="automake"
makedepends="ncurses-devel" makedepends="ncurses-devel"
register_shell="/usr/bin/fish" register_shell="/usr/bin/fish"
conf_files="/etc/fish/config.fish"
wrksrc="fish-${version}" wrksrc="fish-${version}"
maintainer="Steven R <strob AT styez DOT com>" maintainer="Steven R <strob AT styez DOT com>"
homepage="http://fishshell.com/" homepage="http://fishshell.com/"