From f3df79771c899bed8f2077fc82f8c8305ec1680a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 13 Oct 2017 11:32:44 -0300 Subject: [PATCH] libtar: add missing license. --- srcpkgs/libtar/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libtar/template b/srcpkgs/libtar/template index e0a00f0fd0b..5dcc1e1ca2a 100644 --- a/srcpkgs/libtar/template +++ b/srcpkgs/libtar/template @@ -1,7 +1,7 @@ # Template file for 'libtar' pkgname=libtar version=1.2.20 -revision=1 +revision=2 wrksrc="$pkgname" build_style=gnu-configure hostmakedepends="automake libtool pkg-config" @@ -13,6 +13,10 @@ homepage="http://www.feep.net/libtar/" distfiles="ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/libtar-${version}.tar.gz" checksum=43c5f50e6b4398c8be35d6f3abee26064c3f26174715b60004576792e3283353 +post_install() { + vlicense COPYRIGHT +} + pre_configure() { autoreconf -fi }