1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/biology/bcftools/files/patch-configure.ac
Fernando Apesteguía e0edb73f9a biology/bcftools: update to 1.9
While here:

* Update LICENSE handling
* Move all commands to bin/

PR:	230169
Submitted by:	ndowens.fbsd@yandex.com
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16543
2018-08-02 19:30:57 +00:00

12 lines
461 B
Plaintext

--- configure.ac.orig 2018-07-18 08:34:29 UTC
+++ configure.ac
@@ -23,7 +23,7 @@
# DEALINGS IN THE SOFTWARE.
dnl Process this file with autoconf to produce a configure script
-AC_INIT([BCFtools], m4_esyscmd_s([./version.sh 2>/dev/null]),
+AC_INIT([BCFtools], [@PORTVERSION@],
[samtools-help@lists.sourceforge.net], [], [http://www.htslib.org/])
AC_PREREQ([2.63]) dnl This version introduced 4-argument AC_CHECK_HEADER
AC_CONFIG_SRCDIR([main.c])