pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/emacs25



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May 22 05:51:19 UTC 2020

Modified Files:
        pkgsrc/editors/emacs25: Makefile.common

Log Message:
editors/emacs25: don't try to fix nonexistent grep-changelog


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/emacs25/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/emacs25/Makefile.common
diff -u pkgsrc/editors/emacs25/Makefile.common:1.5 pkgsrc/editors/emacs25/Makefile.common:1.6
--- pkgsrc/editors/emacs25/Makefile.common:1.5  Sat Jun  8 10:40:54 2019
+++ pkgsrc/editors/emacs25/Makefile.common      Fri May 22 05:51:19 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2019/06/08 10:40:54 rillig Exp $
+# $NetBSD: Makefile.common,v 1.6 2020/05/22 05:51:19 rillig Exp $
 #
 # used by editors/emacs25/Makefile
 # used by editors/emacs25-nox11/Makefile
@@ -37,9 +37,6 @@ BUILD_TARGET=         bootstrap
 EMACS_VERSION=         ${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}
 PLIST_SUBST+=          EMACS_VERSION=${EMACS_VERSION}
 
-REPLACE_PERL=          lib-src/grep-changelog
-CHECK_INTERPRETER_SKIP=        bin/grep-changelog
-
 MAKE_DIRS_PERMS+=      ${VARBASE}/games/emacs ${GAMES_USER} ${GAMES_GROUP} ${GAMEDIRMODE}
 CONF_FILES_PERMS+=     /dev/null ${VARBASE}/games/emacs/snake-scores \
                        ${GAMES_USER} ${GAMES_GROUP} ${GAMEDATAMODE}



Home | Main Index | Thread Index | Old Index