summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-22 05:51:19 +0000
committerrillig <rillig@pkgsrc.org>2020-05-22 05:51:19 +0000
commit1b77f6a166cedad4335d3ee174349d6124fca4b5 (patch)
tree2df686a6ad1569323586a696ef3a737ad93c104f /editors
parent5a7a141eda9ee9e2f19cdbd5b61754825d54fa52 (diff)
downloadpkgsrc-1b77f6a166cedad4335d3ee174349d6124fca4b5.tar.gz
editors/emacs25: don't try to fix nonexistent grep-changelog
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs25/Makefile.common5
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/emacs25/Makefile.common b/editors/emacs25/Makefile.common
index 1041114fdc0..2380d4f0fab 100644
--- a/editors/emacs25/Makefile.common
+++ b/editors/emacs25/Makefile.common
@@ -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}