From f2dc5ff12b1b92fbb8c749d021f7abbd6e5f19dd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Feb 2014 15:49:48 +0100 Subject: [PATCH] netbsd-wtf: remove long_desc. --- srcpkgs/netbsd-wtf/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/netbsd-wtf/template b/srcpkgs/netbsd-wtf/template index 21b9c7a484a..6ab8f2c23de 100644 --- a/srcpkgs/netbsd-wtf/template +++ b/srcpkgs/netbsd-wtf/template @@ -1,8 +1,8 @@ # Template file for 'netbsd-wtf' pkgname=netbsd-wtf -version=20131125 +version=20140221 revision=1 -noarch="yes" +noarch"yes build_style=gnu-makefile make_build_args="DATADIR=/usr/share" make_install_args="PREFIX=/usr DATADIR=/usr/share" @@ -11,9 +11,6 @@ maintainer="Juan RP " license="Public domain" homepage="http://www.NetBSD.org" checksum=8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060 -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"