From 627640cdd605fc0d1694f96c0d12a0f288fad35b Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 8 Apr 2015 14:38:18 +0000 Subject: [PATCH] - Take maintainership - Add missing LICENSEs --- sysutils/pipemeter/Makefile | 3 ++- sysutils/vils/Makefile | 2 +- x11/numlockx/Makefile | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sysutils/pipemeter/Makefile b/sysutils/pipemeter/Makefile index ad5890d320a3..4fc5f4229049 100644 --- a/sysutils/pipemeter/Makefile +++ b/sysutils/pipemeter/Makefile @@ -7,10 +7,11 @@ CATEGORIES= sysutils MASTER_SITES= http://launchpadlibrarian.net/57215122/ \ http://spamaps.org/files/pipemeter/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Tool for displaying pipe status information LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes diff --git a/sysutils/vils/Makefile b/sysutils/vils/Makefile index 3f3405335886..fc56fa6b357a 100644 --- a/sysutils/vils/Makefile +++ b/sysutils/vils/Makefile @@ -8,7 +8,7 @@ CATEGORIES= sysutils MASTER_SITES= http://www.secnetix.de/~olli/scripts/Generic-utilities/ DISTFILES= vils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Use your favorite editor to rename files LICENSE= BSD2CLAUSE diff --git a/x11/numlockx/Makefile b/x11/numlockx/Makefile index 675ae7ee8742..7119a7eb0540 100644 --- a/x11/numlockx/Makefile +++ b/x11/numlockx/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://home.kde.org/~seli/numlockx/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Turns on numlock in X +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + USE_XORG= x11 xext xtst GNU_CONFIGURE= yes MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \