summaryrefslogtreecommitdiff
path: root/lang/erlang
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-22 18:12:15 +0000
committerrillig <rillig@pkgsrc.org>2020-05-22 18:12:15 +0000
commit97f2ce567b85ecec71087f13c16d2c8c2de6e99c (patch)
treef9b5450922d43ffbfb055fd2926df0d3f6b6b9b6 /lang/erlang
parentdfe9c907876fe383456896831bf4d245af5a796a (diff)
downloadpkgsrc-97f2ce567b85ecec71087f13c16d2c8c2de6e99c.tar.gz
erlang, amavisd, policyd: remove redundant replace-interpreter
Since do-configure-pre-hook already depends on replace-interpreter, there is no point in making any other stage depend on that as well. At best, it has no effect. At worst it creates a hard-to-find difference between builds that run "bmake install" directly and builds that split the build into "bmake configure && bmake build && bmake install", as bulk builds do.
Diffstat (limited to 'lang/erlang')
-rw-r--r--lang/erlang/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile
index 1ea87c54073..377665da0f0 100644
--- a/lang/erlang/Makefile
+++ b/lang/erlang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2020/02/27 13:46:39 jperkin Exp $
+# $NetBSD: Makefile,v 1.100 2020/05/22 18:12:15 rillig Exp $
DISTNAME= erlang-${DIST_VERSION_MAJOR}.${DIST_VERSION_MINOR}${!empty(DIST_VERSION_PATCH):?.:}${DIST_VERSION_PATCH}
PKGNAME= ${DISTNAME:S/OTP-/erlang-/}
@@ -34,8 +34,6 @@ CONFIGURE_ARGS+= --enable-threads
MAKE_ENV+= DESTDIR=${DESTDIR}
-do-configure-post-hook: replace-interpreter
-
REPLACE_INTERPRETER+= escript
REPLACE.escript.old= .*escript
REPLACE.escript.new= ${PREFIX}/bin/escript