pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/fastq-trim



Module Name:    pkgsrc
Committed By:   nros
Date:           Sun Dec 24 10:18:28 UTC 2023

Modified Files:
        pkgsrc/biology/fastq-trim: Makefile

Log Message:
fastq-trim: fix installation when using custom PKGMANDIR


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/biology/fastq-trim/Makefile

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

Modified files:

Index: pkgsrc/biology/fastq-trim/Makefile
diff -u pkgsrc/biology/fastq-trim/Makefile:1.4 pkgsrc/biology/fastq-trim/Makefile:1.5
--- pkgsrc/biology/fastq-trim/Makefile:1.4      Sat Oct 28 20:35:44 2023
+++ pkgsrc/biology/fastq-trim/Makefile  Sun Dec 24 10:18:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/10/28 20:35:44 bacon Exp $
+# $NetBSD: Makefile,v 1.5 2023/12/24 10:18:27 nros Exp $
 
 DISTNAME=      fastq-trim-0.1.3
 CATEGORIES=    biology
@@ -10,6 +10,7 @@ COMMENT=      Lightening fast sequence read t
 LICENSE=       2-clause-bsd
 
 MAKE_ENV=      VERSION=${PKGVERSION}
+INSTALL_ENV+=  MANDIR=${PREFIX}/${PKGMANDIR}
 
 LDFLAGS.SunOS= -lresolv
 



Home | Main Index | Thread Index | Old Index