pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Remove un-needed variables & define url instead of using a variable Pointed out by wiz@
Module Name: pkgsrc-wip
Committed By: Sevan Janiyan <venture37%geeklan.co.uk@localhost>
Pushed By: sevan
Date: Sat Mar 19 18:03:57 2016 +0000
Changeset: 943517742f4a810571e18113c583c9ed063b2110
Modified Files:
xhyve/Makefile
Log Message:
Remove un-needed variables & define url instead of using a variable
Pointed out by wiz@
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=943517742f4a810571e18113c583c9ed063b2110
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, 4 insertions(+), 6 deletions(-)
diffs:
diff --git a/xhyve/Makefile b/xhyve/Makefile
index 2fb6ac1..dc3947b 100644
--- a/xhyve/Makefile
+++ b/xhyve/Makefile
@@ -1,14 +1,13 @@
# $NetBSD$
-VERSION= 0.2.0
-DISTNAME= xhyve-${VERSION}
+VERSION= 0.2.0
+DISTNAME= xhyve-${VERSION}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=mist64/}
-GITHUB_PROJECT= xhyve
-GITHUB_TAG=v${VERSION}
+GITHUB_TAG= v${VERSION}
MAINTAINER= terin%terinstock.com@localhost
-HOMEPAGE= ${MASTER_SITE_GITHUB:=mist64/xhyve/}
+HOMEPAGE= https://github.com/mist64/xhyve/
COMMENT= Port of bhyve to OS X
LICENSE= 2-clause-bsd
@@ -18,7 +17,6 @@ ONLY_FOR_PLATFORM+= Darwin-1[4-9].*-x86_64
AUTO_MKDIRS= yes
USE_TOOLS+= gmake
-WRKSRC= ${WRKDIR}/xhyve-0.2.0
do-install:
cd ${WRKSRC} && \
Home |
Main Index |
Thread Index |
Old Index