pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mlterm



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Apr 25 18:11:08 UTC 2020

Modified Files:
        pkgsrc/x11/mlterm: Makefile

Log Message:
x11/mlterm: remove redundant file from SUBST_FILES

Makefile.in neither contains absolute paths nor libtool variables.


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 pkgsrc/x11/mlterm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/mlterm/Makefile
diff -u pkgsrc/x11/mlterm/Makefile:1.157 pkgsrc/x11/mlterm/Makefile:1.158
--- pkgsrc/x11/mlterm/Makefile:1.157    Tue Mar 10 22:11:18 2020
+++ pkgsrc/x11/mlterm/Makefile  Sat Apr 25 18:11:08 2020
@@ -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 @@ INSTALL_MAKE_FLAGS+=  sysconfdir=${PREFIX
 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