pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bedtools: Better homepage and subst name
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Thu Jan 21 18:30:59 2021 -0600
Changeset: dd4b99b34b96657655101e10298e9e11a46fac34
Modified Files:
bedtools2/Makefile
Log Message:
bedtools: Better homepage and subst name
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dd4b99b34b96657655101e10298e9e11a46fac34
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bedtools2/Makefile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diffs:
diff --git a/bedtools2/Makefile b/bedtools2/Makefile
index a05cf07c6e..b87c765c49 100644
--- a/bedtools2/Makefile
+++ b/bedtools2/Makefile
@@ -7,7 +7,7 @@ GITHUB_PROJECT= bedtools2
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= bacon%NetBSD.org@localhost
-HOMEPAGE= https://github.com/arq5x/bedtools2
+HOMEPAGE= https://bedtools.readthedocs.io/en/latest/
COMMENT= Swiss army knife for genome arithmetic
LICENSE= mit
@@ -16,10 +16,10 @@ USE_TOOLS+= gmake
REPLACE_SH= scripts/vcfsortsh
REPLACE_PYTHON= scripts/makeBashScripts.py
-SUBST_CLASSES+= make
-SUBST_STAGE.make= pre-configure
-SUBST_SED.make= -e 's|python|${PYTHONBIN}|g'
-SUBST_FILES.make= Makefile
+SUBST_CLASSES+= pybin
+SUBST_STAGE.pybin= pre-configure
+SUBST_SED.pybin= -e 's|python|${PYTHONBIN}|g'
+SUBST_FILES.pybin= Makefile
# Avoid conflict with C++20 <version> by adding .txt suffix
post-extract:
Home |
Main Index |
Thread Index |
Old Index