pkgsrc-WIP-changes archive

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

Pretty up Makefile



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Thu May 12 14:00:57 2016 -0500
Changeset:	183986dee858d11eaa70407aef109f71588ab762

Modified Files:
	slurm/Makefile

Log Message:
Pretty up Makefile

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

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

diffstat:
 slurm/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/slurm/Makefile b/slurm/Makefile
index 63cca62..e797409 100644
--- a/slurm/Makefile
+++ b/slurm/Makefile
@@ -20,7 +20,7 @@ USE_LIBTOOL=	yes
 CONFIGURE_ARGS+=	--htmldir=$(PREFIX)/share/doc/$(PKGNAME_NOREV)/html
 CONFIGURE_ARGS+=	--with-munge=$(BUILDLINK_PREFIX.munge:Q)
 
-REPLACE_PYTHON=	doc/html/shtml2html.py
+REPLACE_PYTHON=		doc/html/shtml2html.py
 
 PKG_GROUPS=		slurm
 PKG_USERS=		slurm:slurm
@@ -28,7 +28,7 @@ PKG_USERS=		slurm:slurm
 PKG_GECOS.slurm=	SLURM user
 PKG_SHELL.slurm=	$(NOLOGIN)
 
-RCD_SCRIPTS+=	slurmd slurmctld
+RCD_SCRIPTS+=		slurmd slurmctld
 
 SUBST_CLASSES+=		linuxinit
 SUBST_STAGE.linuxinit=	post-patch


Home | Main Index | Thread Index | Old Index