diff --git a/srcpkgs/snb-git/template b/srcpkgs/snb-git/template
index 62091b1aa36..5e16ec407a6 100644
--- a/srcpkgs/snb-git/template
+++ b/srcpkgs/snb-git/template
@@ -1,6 +1,6 @@
 # Template file for 'snb-git'
 pkgname=snb-git
-version=20150102
+version=20150223
 revision=1
 build_style=gnu-makefile
 hostmakedepends="git"
@@ -22,6 +22,7 @@ pre_build() {
 
 do_install() {
 	vbin bin/snb
+	vman snb.1
 	vdoc help.md
 	vlicense LICENSE.txt LICENSE
 }