pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   jlam
Date:           Tue Aug  8 16:38:41 UTC 2017

Modified Files:
        pkgsrc/mail/neomutt: Makefile
        pkgsrc/security/gnutls: Makefile

Log Message:
DOCDIR is not defined anywhere in the Makefile.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.172 -r1.173 pkgsrc/security/gnutls/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/neomutt/Makefile
diff -u pkgsrc/mail/neomutt/Makefile:1.30 pkgsrc/mail/neomutt/Makefile:1.31
--- pkgsrc/mail/neomutt/Makefile:1.30   Tue Jul 18 18:39:37 2017
+++ pkgsrc/mail/neomutt/Makefile        Tue Aug  8 16:38:41 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2017/07/18 18:39:37 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2017/08/08 16:38:41 jlam Exp $
 
 DISTNAME=              neomutt-20170714
 CATEGORIES=            mail
@@ -22,7 +22,7 @@ CONFIGURE_ARGS+=      --enable-notmuch
 EGDIR=                 ${PREFIX}/share/examples/mutt
 CONF_FILES=            ${EGDIR}/Muttrc ${PKG_SYSCONFDIR}/Muttrc
 CONF_FILES+=           ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
-INSTALLATION_DIRS+=     ${DOCDIR} ${EGDIR}
+INSTALLATION_DIRS+=     ${EGDIR}
 INSTALL_MAKE_FLAGS=     ${MAKE_FLAGS} DOTLOCK_GROUP= sysconfdir=${EGDIR}
 
 .include "../../mk/bsd.prefs.mk"

Index: pkgsrc/security/gnutls/Makefile
diff -u pkgsrc/security/gnutls/Makefile:1.172 pkgsrc/security/gnutls/Makefile:1.173
--- pkgsrc/security/gnutls/Makefile:1.172       Fri Jun 30 06:15:44 2017
+++ pkgsrc/security/gnutls/Makefile     Tue Aug  8 16:38:41 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.172 2017/06/30 06:15:44 wiz Exp $
+# $NetBSD: Makefile,v 1.173 2017/08/08 16:38:41 jlam Exp $
 
 DISTNAME=      gnutls-3.5.13
 CATEGORIES=    security devel
@@ -56,7 +56,7 @@ MAKE_ENV+=            TZ=UTC
 
 EGDIR=         ${PREFIX}/share/examples/gnutls
 
-INSTALLATION_DIRS=     ${DOCDIR} ${EGDIR} include/gnutls
+INSTALLATION_DIRS=     ${EGDIR} include/gnutls
 
 post-install:
        cd ${WRKSRC}/doc/examples && ${INSTALL_DATA} *.c ${DESTDIR}${EGDIR}



Home | Main Index | Thread Index | Old Index