pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
freebayes: Add rpath subst, change maintainer
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Sat Mar 31 08:28:01 2018 -0500
Changeset: f51a91701b6d5bde4dd11f99f17a6ba113c199da
Modified Files:
freebayes/Makefile
Log Message:
freebayes: Add rpath subst, change maintainer
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f51a91701b6d5bde4dd11f99f17a6ba113c199da
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
freebayes/Makefile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diffs:
diff --git a/freebayes/Makefile b/freebayes/Makefile
index 20bb8fb58a..e024afe3fe 100644
--- a/freebayes/Makefile
+++ b/freebayes/Makefile
@@ -4,7 +4,7 @@ DISTNAME= freebayes-2018.03.23
CATEGORIES= biology
MASTER_SITES= https://acadix.biz/Ports/distfiles/
-MAINTAINER= dsiercks%uwm.edu@localhost
+MAINTAINER= weinertw%uwm.edu@localhost
HOMEPAGE= https://github.com/ekg/freebayes
COMMENT= Bayesian haplotype-based polymorphism discovery and genotyping
LICENSE= mit
@@ -17,10 +17,10 @@ USE_TOOLS+= gmake
MAKE_JOBS_SAFE= no
-# SUBST_CLASSES+= compile
-# SUBST_FILES.compile= ${WRKSRC}/src/Makefile.external-libs
-# SUBST_STAGE.compile= post-patch
-# SUBST_SED.compile+= -e "s|-lm|-lm -rpath=${PREFIX}/lib|g"
+SUBST_CLASSES+= compile
+SUBST_FILES.compile= ${WRKSRC}/src/Makefile.external-libs
+SUBST_STAGE.compile= post-patch
+SUBST_SED.compile+= -e "s|-lm|-lm ${COMPILER_RPATH_FLAG}${PREFIX}/lib|g"
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index