pkgsrc-WIP-changes archive

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

elixir: appease pkglint



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Wed Mar 23 15:48:25 2016 +0200
Changeset:	49029ec5d886a4770fcf97259c03b5be0a1a4457

Modified Files:
	elixir/Makefile

Log Message:
elixir: appease pkglint

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

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

diffstat:
 elixir/Makefile | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diffs:
diff --git a/elixir/Makefile b/elixir/Makefile
index f866494..38fa535 100644
--- a/elixir/Makefile
+++ b/elixir/Makefile
@@ -1,22 +1,24 @@
 # $NetBSD$
-DISTNAME=	elixir-1.2.3
-MASTER_SITES=	${MASTER_SITE_GITHUB:=elixir-lang/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-EXTRACT_SUFX=	.zip
-CATEGORIES=	lang
+
+DISTNAME=		elixir-1.2.3
+CATEGORIES=		lang
+MASTER_SITES=		${MASTER_SITE_GITHUB:=elixir-lang/}
+EXTRACT_SUFX=		.zip
 
 MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=		http://elixir-lang.org/
 COMMENT=		Functional, meta-programming aware language built on top of Erlang VM
 LICENSE=		apache-2.0
 
+GITHUB_TAG=		v${PKGVERSION_NOREV}
+
 BUILD_DEPENDS+=		erlang>=18.0:../../lang/erlang
 
-WRKSRC=${WRKDIR}/${PKGBASE}-${PKGVERSION_NOREV}
+WRKSRC=			${WRKDIR}/${PKGBASE}-${PKGVERSION_NOREV}
 
 USE_TOOLS+=	gmake gsed
 
-SUBST_CLASSES+=	fix-paths
+SUBST_CLASSES+=		fix-paths
 SUBST_STAGE.fix-paths=	post-extract
 SUBST_FILES.fix-paths=	Makefile
 SUBST_SED.fix-paths=	-e 's,/share/man/,/man/,g'


Home | Main Index | Thread Index | Old Index