pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/mlterm x11/mlterm: remove redundant file from SUBS...
details: https://anonhg.NetBSD.org/pkgsrc/rev/284b6be728dc
branches: trunk
changeset: 428167:284b6be728dc
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Apr 25 18:11:08 2020 +0000
description:
x11/mlterm: remove redundant file from SUBST_FILES
Makefile.in neither contains absolute paths nor libtool variables.
diffstat:
x11/mlterm/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 805bb5fb1559 -r 284b6be728dc x11/mlterm/Makefile
--- a/x11/mlterm/Makefile Sat Apr 25 17:42:53 2020 +0000
+++ b/x11/mlterm/Makefile Sat Apr 25 18:11:08 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.157 2020/03/10 22:11:18 wiz Exp $
+# $NetBSD: Makefile,v 1.158 2020/04/25 18:11:08 rillig Exp $
DISTNAME= mlterm-3.8.9
PKGREVISION= 2
@@ -37,8 +37,7 @@
SUBST_CLASSES+= link
SUBST_MESSAGE.link= Fixing hardcoded paths and link options in Makefiles.
SUBST_STAGE.link= pre-configure
-SUBST_FILES.link= Makefile.in */Makefile.in */*/Makefile.in \
- */*/*/Makefile.in
+SUBST_FILES.link= */Makefile.in */*/Makefile.in */*/*/Makefile.in
SUBST_SED.link= -e 's|(LIBTOOL_LINK).*(LIBS)|& ${X11_LDFLAGS:M*:Q}|g'
SUBST_SED.link+= -e 's|(LIBTOOL_LINK).*(LIBDIR)|& ${X11_LDFLAGS:M*:Q}|g'
SUBST_SED.link+= -e 's|/usr/local/|${PREFIX}/|g'
Home |
Main Index |
Thread Index |
Old Index