pkgsrc-WIP-changes archive

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

slurm-wlm: Scrub MacPorts and Fink paths from configure



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Jan 31 10:30:31 2020 -0600
Changeset:	8219974980b40979dd094e4967545c1ca57e0504

Modified Files:
	slurm-wlm/Makefile

Log Message:
slurm-wlm: Scrub MacPorts and Fink paths from configure

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

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

diffstat:
 slurm-wlm/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/slurm-wlm/Makefile b/slurm-wlm/Makefile
index 3177a9867d..ff84d19ee0 100644
--- a/slurm-wlm/Makefile
+++ b/slurm-wlm/Makefile
@@ -64,6 +64,7 @@ SUBST_FILES.gtk=	configure
 SUBST_CLASSES+=		prefix
 SUBST_STAGE.prefix=	pre-configure
 SUBST_SED.prefix=	-e 's|/usr/local|${PREFIX}|g'
+SUBST_SED.prefix=	-e 's|/opt/local /sw||g'
 SUBST_FILES.prefix=	configure
 
 SUBST_CLASSES+=		make-ex


Home | Main Index | Thread Index | Old Index