pkgsrc-WIP-changes archive

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

white space



Module Name:	pkgsrc-wip
Committed By:	Adrian Steinmann <ast%NetBSD.org@localhost>
Pushed By:	ast
Date:		Tue Oct 27 07:43:51 2015 +0100
Changeset:	072c5b6e91762757b99affd0108114ac102beec9

Modified Files:
	nostromo/Makefile

Log Message:
white space

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

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

diffstat:
 nostromo/Makefile | 83 +++++++++++++++++++++++++++----------------------------
 1 file changed, 41 insertions(+), 42 deletions(-)

diffs:
diff --git a/nostromo/Makefile b/nostromo/Makefile
index 4f6e5e7..315aec3 100644
--- a/nostromo/Makefile
+++ b/nostromo/Makefile
@@ -1,52 +1,51 @@
 # $NetBSD: Makefile,v 1.7 2013/09/15 08:36:06 astforge Exp $
 #
 
-DISTNAME=	nostromo-1.9.5
-PKGREVISION=	2
-CATEGORIES=	www
-MASTER_SITES=	http://www.nazgul.ch/dev/
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
-
-MAINTAINER=	ast%NetBSD.org@localhost
-HOMEPAGE=	http://www.nazgul.ch/dev_nostromo.html
-COMMENT=	Fast, secure HTTP/1.1 CGI/1.1 SSL IPv4/IPv6 webserver
-LICENSE=	modified-bsd
-
-USE_TOOLS+=	sed
-USE_TOOLS+=	perl
-REPLACE_PERL=	htdocs/cgi-bin/printenv
-
-RCD_SCRIPTS=	nostromo
-EGDIR=		${DESTDIR}/${PREFIX}/nostromo
-
-USR_LOCAL=	/usr/local
-VAR_NOSTROMO=	/var/nostromo
-
-INSTALLATION_DIRS=	sbin
-INSTALLATION_DIRS+=	var/nostromo
-INSTALLATION_DIRS+=	${PKGMANDIR}/man8
-INSTALLATION_DIRS+=	${EGDIR}
-INSTALLATION_DIRS+=	${EGDIR}/logs
-INSTALLATION_DIRS+=	${EGDIR}/icons
-INSTALLATION_DIRS+=	${EGDIR}/htdocs
-INSTALLATION_DIRS+=	${EGDIR}/htdocs/cgi-bin
-
-
-SUBST_CLASSES+=		nostromo
-SUBST_FILES.nostromo=	src/nhttpd/nhttpd.8 \
-			src/nhttpd/main.c \
-			conf/nhttpd.conf-dist
-SUBST_SED.nostromo+=	-e 's,${VAR_NOSTROMO},${PREFIX}/nostromo,g'
-SUBST_SED.nostromo+=	-e 's,${USR_LOCAL},${PREFIX},g'
-SUBST_STAGE.nostromo=	post-patch
+DISTNAME=       nostromo-1.9.5
+PKGREVISION=    2
+CATEGORIES=     www
+MASTER_SITES=   http://www.nazgul.ch/dev/
+DISTFILES=      ${DISTNAME}${EXTRACT_SUFX}
+
+MAINTAINER=     ast%NetBSD.org@localhost
+HOMEPAGE=       http://www.nazgul.ch/dev_nostromo.html
+COMMENT=        Fast, secure HTTP/1.1 CGI/1.1 SSL IPv4/IPv6 webserver
+LICENSE=        modified-bsd
+
+USE_TOOLS+=     sed
+USE_TOOLS+=     perl
+REPLACE_PERL=   htdocs/cgi-bin/printenv
+
+RCD_SCRIPTS=    nostromo
+EGDIR=          ${DESTDIR}/${PREFIX}/nostromo
+
+USR_LOCAL=      /usr/local
+VAR_NOSTROMO=   /var/nostromo
+
+INSTALLATION_DIRS=      sbin
+INSTALLATION_DIRS+=     var/nostromo
+INSTALLATION_DIRS+=     ${PKGMANDIR}/man8
+INSTALLATION_DIRS+=     ${EGDIR}
+INSTALLATION_DIRS+=     ${EGDIR}/logs
+INSTALLATION_DIRS+=     ${EGDIR}/icons
+INSTALLATION_DIRS+=     ${EGDIR}/htdocs
+INSTALLATION_DIRS+=     ${EGDIR}/htdocs/cgi-bin
+
+SUBST_CLASSES+=         nostromo
+SUBST_FILES.nostromo=   src/nhttpd/nhttpd.8 \
+                        src/nhttpd/main.c \
+                        conf/nhttpd.conf-dist
+SUBST_SED.nostromo+=    -e 's,${VAR_NOSTROMO},${PREFIX}/nostromo,g'
+SUBST_SED.nostromo+=    -e 's,${USR_LOCAL},${PREFIX},g'
+SUBST_STAGE.nostromo=   post-patch
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/src/nhttpd/nhttpd \
-		${DESTDIR}${PREFIX}/sbin/
+            ${DESTDIR}${PREFIX}/sbin/
 	${INSTALL_SCRIPT} ${WRKSRC}/src/tools/crypt \
-		${DESTDIR}${PREFIX}/sbin/
+            ${DESTDIR}${PREFIX}/sbin/
 	${INSTALL_MAN} ${WRKSRC}/src/nhttpd/nhttpd.8 \
-		${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/
+            ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/
 	${MKDIR} -m 0775 ${EGDIR}/logs
 	${MKDIR} ${EGDIR}/conf
 	${INSTALL_DATA} ${WRKSRC}/conf/mimes ${EGDIR}/conf/
@@ -56,7 +55,7 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/htdocs/nostromo.gif ${EGDIR}/htdocs/
 	${MKDIR} ${EGDIR}/htdocs/cgi-bin
 	${INSTALL_SCRIPT} ${WRKSRC}/htdocs/cgi-bin/printenv \
-		${EGDIR}/htdocs/cgi-bin/
+            ${EGDIR}/htdocs/cgi-bin/
 	${MKDIR} ${EGDIR}/icons
 	${INSTALL_DATA} ${WRKSRC}/icons/dir.gif ${EGDIR}/icons/
 	${INSTALL_DATA} ${WRKSRC}/icons/file.gif ${EGDIR}/icons/


Home | Main Index | Thread Index | Old Index