pkgsrc-WIP-changes archive

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

mccs: do not hardcode PREFIX



Module Name:	pkgsrc-wip
Committed By:	Vincent Bernardoff <vb%luminar.eu.org@localhost>
Pushed By:	vbmithr
Date:		Thu Mar 19 14:34:50 2020 +0100
Changeset:	98646aee8f0578f334ccd757a7edca20eb9d022f

Modified Files:
	mccs/distinfo
	mccs/patches/patch-make.local

Log Message:
mccs: do not hardcode PREFIX

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

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

diffstat:
 mccs/distinfo                 | 2 +-
 mccs/patches/patch-make.local | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/mccs/distinfo b/mccs/distinfo
index 2800642e5d..d2f0164e20 100644
--- a/mccs/distinfo
+++ b/mccs/distinfo
@@ -4,7 +4,7 @@ SHA1 (mccs-1.1-srcs.tgz) = 1d421690ccdc79feb0d8f1776300ac7fbbc9ca10
 RMD160 (mccs-1.1-srcs.tgz) = e6ee8542c021aced01f82a8992622eba39fc6766
 SHA512 (mccs-1.1-srcs.tgz) = 95cd0af58115202dc1bb8deaae28b25662e06cbbcb195c608a01083d4c602bcc1ede213dbc4e8ece7b9ab4afc9ef419fa57c284602dc0c908595e77710281de4
 Size (mccs-1.1-srcs.tgz) = 65553 bytes
-SHA1 (patch-make.local) = 174dd71f0c657f1398401b825a4c813b207d04ac
+SHA1 (patch-make.local) = 5518c0c711bc3b2d4a9f6160695a1be94fbaaf3d
 SHA1 (patch-makefile) = b0c416c64feac457a7d68960dec669b53181866a
 SHA1 (patch-sources_leximax__combiner.c) = 16cf583cbca9971dfceb6ccb6f63ae20fce0fbb7
 SHA1 (patch-sources_leximin__combiner.c) = 5ab838bc1b7f67893e1e46bdd4807f694b55aaa5
diff --git a/mccs/patches/patch-make.local b/mccs/patches/patch-make.local
index 0ba2987bb1..9a36497e83 100644
--- a/mccs/patches/patch-make.local
+++ b/mccs/patches/patch-make.local
@@ -7,7 +7,7 @@ $NetBSD$
  
  # Path to GLPK main dir
 -GLPKDIR=$(PWD)/../glpk
-+GLPKDIR=/usr/pkg
++GLPKDIR=${PREFIX}
  
  # Path to the GPLK include files
  GLPKINC=$(GLPKDIR)/include/
@@ -16,7 +16,7 @@ $NetBSD$
  
  # Path to the LPSOLVE main dir
 -LPSOLVEDIR=$(PWD)/../lpsolve/dev
-+LPSOLVEDIR=/usr/pkg
++LPSOLVEDIR=${PREFIX}
  
  # Path to the LPSOLVE include files
 -LPSOLVEINC=${LPSOLVEDIR}


Home | Main Index | Thread Index | Old Index