pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc DOCDIR is not defined anywhere in the Makefile.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bb8a89be0ae
branches:  trunk
changeset: 366265:4bb8a89be0ae
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Aug 08 16:38:41 2017 +0000

description:
DOCDIR is not defined anywhere in the Makefile.

diffstat:

 mail/neomutt/Makefile    |  4 ++--
 security/gnutls/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 7a6c391af3d7 -r 4bb8a89be0ae mail/neomutt/Makefile
--- a/mail/neomutt/Makefile     Tue Aug 08 16:38:19 2017 +0000
+++ b/mail/neomutt/Makefile     Tue Aug 08 16:38:41 2017 +0000
@@ -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 @@
 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"
diff -r 7a6c391af3d7 -r 4bb8a89be0ae security/gnutls/Makefile
--- a/security/gnutls/Makefile  Tue Aug 08 16:38:19 2017 +0000
+++ b/security/gnutls/Makefile  Tue Aug 08 16:38:41 2017 +0000
@@ -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 @@
 
 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