pkgsrc-WIP-changes archive

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

Address some of the issues raised by pkglint



Module Name:	pkgsrc-wip
Committed By:	Sevan Janiyan <venture37%geeklan.co.uk@localhost>
Pushed By:	sevan
Date:		Wed Feb 3 18:21:44 2016 +0000
Changeset:	ae00aea89e136088435e7b43c98452d12c6fb4cb

Modified Files:
	xhyve/Makefile

Log Message:
Address some of the issues raised by pkglint

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

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

diffstat:
 xhyve/Makefile | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diffs:
diff --git a/xhyve/Makefile b/xhyve/Makefile
index fe6b0ee..120303f 100644
--- a/xhyve/Makefile
+++ b/xhyve/Makefile
@@ -1,16 +1,18 @@
 # $NetBSD$
 
+CATEGORIES=	sysutils
+
+COMMENT=	Port of bhyve to OS X
+LICENSE=	2-clause-bsd
+
 VERSION= 0.2.0
 DISTNAME= xhyve-${VERSION}
-CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=mist64/}
 GITHUB_PROJECT=	xhyve
 GITHUB_TAG=v${VERSION}
 
 MAINTAINER=	terin%terinstock.com@localhost
 HOMEPAGE=	${MASTER_SITE_GITHUB:=mist64/xhyve/}
-COMMENT=	Port of bhyve to OS X
-LICENSE=	2-clause-bsd
 
 MAKE_ENV+=	GIT_VERSION=${PKGVERSION}
 
@@ -22,6 +24,6 @@ WRKSRC=	${WRKDIR}/xhyve-0.2.0
 
 do-install:
 	cd ${WRKSRC} && \
-	$(INSTALL_PROGRAM) build/xhyve ${DESTDIR}${PREFIX}/bin/xhyve
+	${INSTALL_PROGRAM} build/xhyve ${DESTDIR}${PREFIX}/bin/xhyve
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index