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 14:09:46 2017 +0200
Changeset:	494b5c9b58b236726a99d40ea3c06608f89b71b5

Modified Files:
	ruby-rdiscount/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=494b5c9b58b236726a99d40ea3c06608f89b71b5

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

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

diffs:
diff --git a/ruby-rdiscount/Makefile b/ruby-rdiscount/Makefile
index 55247662b9..07f67295dd 100644
--- a/ruby-rdiscount/Makefile
+++ b/ruby-rdiscount/Makefile
@@ -1,15 +1,15 @@
 # $NetBSD: Makefile,v 1.1 2015/04/25 21:55:59 ahp-nils Exp $
 
-DISTNAME=	rdiscount-2.2.0.1
-PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME}
-CATEGORIES=	textproc
+DISTNAME=		rdiscount-2.2.0.1
+PKGNAME=		${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES=		textproc
 
-MAINTAINER=	nils%NetBSD.org@localhost
-HOMEPAGE=	http://dafoster.net/projects/rdiscount/
-COMMENT=	Converts documents in Markdown syntax to HTML
-LICENSE=	modified-bsd
+MAINTAINER=		nils%NetBSD.org@localhost
+HOMEPAGE=		http://dafoster.net/projects/rdiscount/
+COMMENT=		Converts documents in Markdown syntax to HTML
+LICENSE=		modified-bsd
 
-INSTALLATION_DIRS+=		${PKGMANDIR}/man1/
+INSTALLATION_DIRS+=	${PKGMANDIR}/man1
 
 post-install:
 	${LN} -sf ${PREFIX}/${GEM_LIBDIR}/man/rdiscount.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/rdiscount.1


Home | Main Index | Thread Index | Old Index