pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

usbutil: Add LICENSE



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Mon Jul 29 12:29:32 2019 +0200
Changeset:	78f47a5bda1618d74f4230af4a998318c5cf7f9f

Modified Files:
	usbutil/COMMIT_MSG
	usbutil/Makefile

Log Message:
usbutil: Add LICENSE

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=78f47a5bda1618d74f4230af4a998318c5cf7f9f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 usbutil/COMMIT_MSG | 1 +
 usbutil/Makefile   | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/usbutil/COMMIT_MSG b/usbutil/COMMIT_MSG
index 676d9d53f9..cc134dfc04 100644
--- a/usbutil/COMMIT_MSG
+++ b/usbutil/COMMIT_MSG
@@ -2,3 +2,4 @@ Failed to build with RELRO option
 
 - Honor LDFLAGS
 - Bump PKGREVISION
+- Added LICENSE (to fix pkglint error)
diff --git a/usbutil/Makefile b/usbutil/Makefile
index d445a0e586..fa8825cd75 100644
--- a/usbutil/Makefile
+++ b/usbutil/Makefile
@@ -1,5 +1,4 @@
 # $NetBSD$
-#
 
 DISTNAME=	usbutil-0.5
 PKGREVISION=	6
@@ -8,9 +7,11 @@ MASTER_SITES=	ftp://ftp.augustsson.net/pub/netbsd/
 
 MAINTAINER=	lennart%augustsson.net@localhost
 COMMENT=	USB developer utilities
+LICENSE=	2-clause-bsd
+
+INSTALLATION_DIRS+=	${PKGMANDIR}/man8
 
 post-install:
-	${INSTALL_MAN_DIR} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
 	${INSTALL_MAN} ${WRKSRC}/usbgen.8 \
 		${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/usbgen.8
 


Home | Main Index | Thread Index | Old Index