diff options
Diffstat (limited to 'x11/mlterm/Makefile')
-rw-r--r-- | x11/mlterm/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 7ccf3eef23a..46e1b1d5c8f 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.124 2015/12/19 11:43:24 tsutsui Exp $ +# $NetBSD: Makefile,v 1.125 2016/02/14 14:04:16 tsutsui Exp $ -DISTNAME= mlterm-3.6.1 +DISTNAME= mlterm-3.6.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/} @@ -37,7 +37,7 @@ INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples SUBST_CLASSES+= link SUBST_MESSAGE.link= Fixing hardcoded paths and link options in Makefiles. -SUBST_STAGE.link= post-patch +SUBST_STAGE.link= pre-configure SUBST_FILES.link= Makefile.in */Makefile.in */*/Makefile.in \ */*/*/Makefile.in SUBST_SED.link= -e 's|(LIBTOOL_LINK).*(LIBS)|& ${X11_LDFLAGS:M*:Q}|g' @@ -47,14 +47,14 @@ SUBST_SED.link+= -e 's|/usr/X11R7/|${X11BASE}/|g' SUBST_CLASSES+= man SUBST_MESSAGE.man= Fixing hardcoded paths in man pages. -SUBST_STAGE.man= post-patch +SUBST_STAGE.man= pre-configure SUBST_FILES.man= man/mlterm.1 SUBST_SED.man= -e 's|/usr/X11R6/lib/X11/mlterm/|${PKG_SYSCONFDIR}/|g' SUBST_SED.man+= -e 's|/usr/X11R6/include/|${X11BASE}/include/|g' SUBST_CLASSES+= conf SUBST_MESSAGE.conf= Fixing hardcoded paths in config files. -SUBST_STAGE.conf= post-patch +SUBST_STAGE.conf= pre-configure SUBST_FILES.conf= etc/font-fb SUBST_SED.conf= -e 's|/usr/X11R7/|${X11BASE}/|g' SUBST_SED.conf+= -e 's|/usr/pkg/|${PREFIX}/|g' |