pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/emacs-snapshot



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Nov 22 14:05:23 UTC 2019

Modified Files:
        pkgsrc/editors/emacs-snapshot: Makefile.common

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


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/editors/emacs-snapshot/Makefile.common

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

Modified files:

Index: pkgsrc/editors/emacs-snapshot/Makefile.common
diff -u pkgsrc/editors/emacs-snapshot/Makefile.common:1.70 pkgsrc/editors/emacs-snapshot/Makefile.common:1.71
--- pkgsrc/editors/emacs-snapshot/Makefile.common:1.70  Sat Jun  8 10:14:08 2019
+++ pkgsrc/editors/emacs-snapshot/Makefile.common       Fri Nov 22 14:05:23 2019
@@ -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_PLIST_AWK+=     { gsub(/${EMACS_VERSIO
                        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