pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs-snapshot (editors/emacs-snapshot) Correc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e74ce0480fd1
branches:  trunk
changeset: 418191:e74ce0480fd1
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Nov 22 14:05:23 2019 +0000

description:
(editors/emacs-snapshot) Correction of path, but still fails to package

diffstat:

 editors/emacs-snapshot/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f60c32971a78 -r e74ce0480fd1 editors/emacs-snapshot/Makefile.common
--- a/editors/emacs-snapshot/Makefile.common    Fri Nov 22 13:01:38 2019 +0000
+++ b/editors/emacs-snapshot/Makefile.common    Fri Nov 22 14:05:23 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.70 2019/06/08 10:14:08 rillig Exp $
+# $NetBSD: Makefile.common,v 1.71 2019/11/22 14:05:23 mef Exp $
 #
 # used by editors/emacs-snapshot/Makefile
 
@@ -71,7 +71,7 @@
                        print; next; }
 
 post-extract:
-       cp ${.CURDIR}/../../editors/emacs23/files/site-init.el ${WRKSRC}/lisp
+       cp ${.CURDIR}/../../editors/emacs25/files/site-init.el ${WRKSRC}/lisp
        cp ${FILESDIR}/dragonfly.h ${WRKSRC}/src/s
        ${CHMOD} -R go-w ${WRKSRC}
        # set auto-load for send-pr library



Home | Main Index | Thread Index | Old Index