Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs25 editors/emacs25: don't try to fix none...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5b78f4aeca4
branches:  trunk
changeset: 432444:d5b78f4aeca4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri May 22 05:51:19 2020 +0000

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

diffstat:

 editors/emacs25/Makefile.common |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 9ed092842134 -r d5b78f4aeca4 editors/emacs25/Makefile.common
--- a/editors/emacs25/Makefile.common   Fri May 22 05:49:18 2020 +0000
+++ b/editors/emacs25/Makefile.common   Fri May 22 05:51:19 2020 +0000
@@ -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 @@
 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