pkgsrc-WIP-changes archive

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

Indent consistently.



Module Name:	pkgsrc-wip
Committed By:	Amitai Schleier <schmonz%NetBSD.org@localhost>
Pushed By:	schmonz
Date:		Thu Aug 17 15:38:34 2017 +0200
Changeset:	a9119fe427ee24d9c8e757847912e1ea09ed531a

Modified Files:
	ruby-mustache/Makefile

Log Message:
Indent consistently.

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

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

diffstat:
 ruby-mustache/Makefile | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diffs:
diff --git a/ruby-mustache/Makefile b/ruby-mustache/Makefile
index 6e21797a8d..481db7da10 100644
--- a/ruby-mustache/Makefile
+++ b/ruby-mustache/Makefile
@@ -1,15 +1,15 @@
 # $NetBSD: Makefile,v 1.1 2015/04/25 21:58:17 ahp-nils Exp $
 
-DISTNAME=	mustache-1.0.3
-PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel
+DISTNAME=		mustache-1.0.3
+PKGNAME=		${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES=		devel
 
-MAINTAINER=	nils%NetBSD.org@localhost
-HOMEPAGE=	https://mustache.github.io/
-COMMENT=	Logic-less Ruby templates
-LICENSE=	mit
+MAINTAINER=		nils%NetBSD.org@localhost
+HOMEPAGE=		https://mustache.github.io/
+COMMENT=		Logic-less Ruby templates
+LICENSE=		mit
 
-INSTALLATION_DIRS+=		${PKGMANDIR}/man1/ ${PKGMANDIR}/man5/
+INSTALLATION_DIRS+=	${PKGMANDIR}/man1 ${PKGMANDIR}/man5
 
 post-install:
 	${LN} -sf ${PREFIX}/${GEM_LIBDIR}/man/mustache.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/mustache.1


Home | Main Index | Thread Index | Old Index