From b9176a1b238984bd4dc77a135e0d3be344dfbb11 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 11 Jul 2017 19:49:51 +0200 Subject: [PATCH] xman: add license. --- srcpkgs/xman/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xman/template b/srcpkgs/xman/template index c18c0262088..c52d1c8400a 100644 --- a/srcpkgs/xman/template +++ b/srcpkgs/xman/template @@ -1,7 +1,7 @@ # Template build file for 'xman'. pkgname=xman version=1.1.4 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-manconfig=/etc/man.conf" hostmakedepends="pkg-config" @@ -9,6 +9,10 @@ makedepends="libXaw-devel" short_desc="Manual page display program for the X Window System" homepage="http://xorg.freedesktop.org" license="MIT" -maintainer="Christian Neukirchen " +maintainer="Leah Neukirchen " distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" checksum=b3fa9d2e3f3745c529eb0b6ee4f0e00d936457d11e5221b2efad06ff7c84df29 + +post_install() { + vlicense COPYING +}