pkgsrc-WIP-changes archive

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

biolibc-tools: Set VERSION in MAKE_ENV



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sun Dec 12 13:33:32 2021 -0600
Changeset:	785076c63f89e4e3ea8ff151c03cc06448aa92f7

Modified Files:
	biolibc-tools/Makefile

Log Message:
biolibc-tools: Set VERSION in MAKE_ENV

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

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

diffstat:
 biolibc-tools/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/biolibc-tools/Makefile b/biolibc-tools/Makefile
index e7d2f7432e..b961fae631 100644
--- a/biolibc-tools/Makefile
+++ b/biolibc-tools/Makefile
@@ -11,6 +11,7 @@ COMMENT=	High-performance bioinformatics tools based on biolibc
 LICENSE=	2-clause-bsd
 
 BUILD_TARGET=	depend all
+MAKE_ENV+=	VERSION=${PKGVERSION}
 INSTALL_TARGET=	install-strip
 
 pre-build:


Home | Main Index | Thread Index | Old Index