From b1a890b85c397cb712037a1a4815171fac94fa15 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 25 Nov 2013 18:07:14 +0100 Subject: [PATCH] netbsd-wtf: bump version (two new acronyms). --- srcpkgs/netbsd-wtf/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/netbsd-wtf/template b/srcpkgs/netbsd-wtf/template index 4f5e8045a70..57b9cdc19c1 100644 --- a/srcpkgs/netbsd-wtf/template +++ b/srcpkgs/netbsd-wtf/template @@ -1,11 +1,11 @@ # Template file for 'netbsd-wtf' pkgname=netbsd-wtf -version=20130311 +version=20131125 revision=1 build_style=gnu-makefile make_build_args="DATADIR=/usr/share" make_install_args="PREFIX=/usr DATADIR=/usr/share" -short_desc="NetBSD's wtf(6) adapted for Void Linux" +short_desc="The NetBSD's wtf(6) utility" maintainer="Juan RP " license="Public domain" homepage="http://www.NetBSD.org" @@ -14,7 +14,6 @@ long_desc=" The wtf utility displays the expansion of the acronyms specified on the command line. If the acronym is not in any of the acronyms databases." - do_fetch() { local url="git://github.com/voidlinux/netbsd-wtf" msg_normal " Fetching source from $url ...\n" @@ -24,6 +23,6 @@ do_fetch() { netbsd-wtf_package() { noarch="yes" pkg_install() { - vmove usr + vmove all } }