pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/notmuch



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Apr 25 15:37:28 UTC 2022

Modified Files:
        pkgsrc/mail/notmuch: Makefile

Log Message:
notmuch: honour PKGINFODIR


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/mail/notmuch/Makefile

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

Modified files:

Index: pkgsrc/mail/notmuch/Makefile
diff -u pkgsrc/mail/notmuch/Makefile:1.80 pkgsrc/mail/notmuch/Makefile:1.81
--- pkgsrc/mail/notmuch/Makefile:1.80   Tue Feb 15 09:24:13 2022
+++ pkgsrc/mail/notmuch/Makefile        Mon Apr 25 15:37:28 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2022/02/15 09:24:13 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2022/04/25 15:37:28 tnn Exp $
 
 DISTNAME=      notmuch-0.35
 CATEGORIES=    mail
@@ -25,7 +25,7 @@ REPLACE_BASH+=        emacs/notmuch-emacs-mua
 
 CONFIGURE_ARGS+=       --prefix=${PREFIX}
 CONFIGURE_ARGS+=       --mandir=${PREFIX}/${PKGMANDIR}
-CONFIGURE_ARGS+=       --infodir=${PREFIX}/info
+CONFIGURE_ARGS+=       --infodir=${PREFIX}/${PKGINFODIR}
 CONFIGURE_ARGS+=       --without-ruby
 
 SUBST_CLASSES.SunOS+=  gnuld



Home | Main Index | Thread Index | Old Index