libtar: add missing license.

This commit is contained in:
maxice8 2017-10-13 11:32:44 -03:00 committed by Toyam Cox
parent d31a914152
commit f3df79771c

View file

@ -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
}