pkgsrc-WIP-changes archive

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

fastq-trim: Set VERSION in MAKE_ENV so --version will work



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Feb 8 08:32:12 2022 -0600
Changeset:	85a8568f8558735f091772164881b093454af42a

Modified Files:
	fastq-trim/Makefile

Log Message:
fastq-trim: Set VERSION in MAKE_ENV so --version will work

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

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

diffstat:
 fastq-trim/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/fastq-trim/Makefile b/fastq-trim/Makefile
index 0e799e0e9e..9815c6e595 100644
--- a/fastq-trim/Makefile
+++ b/fastq-trim/Makefile
@@ -15,6 +15,8 @@ HOMEPAGE=	https://github.com/outpaddling/Fastq-trim
 COMMENT=	Lightening fast sequence read trimmer
 LICENSE=	2-clause-bsd
 
+MAKE_ENV=	VERSION=${PKGVERSION}
+
 pre-build:
 	(cd ${WRKSRC} && ${MAKE} PREFIX=${PREFIX} depend)
 


Home | Main Index | Thread Index | Old Index