diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-09-14 00:53:39 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-09-14 00:53:39 +0000 |
commit | 4f3cd10433e202502d5d78e758a5f518b0cb5717 (patch) | |
tree | a247b8a764f745e940f598d8048a2c7a77044efc /x11-wm | |
parent | Update to version 0.1.2. (diff) |
${PERL} -> ${REINPLACE_CMD}
Notes
Notes:
svn path=/head/; revision=66285
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm2/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/fvwm24/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile index 15deb7838287..c4ccb830a632 100644 --- a/x11-wm/fvwm2/Makefile +++ b/x11-wm/fvwm2/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS+= stroke.0:${PORTSDIR}/devel/libstroke .endif +USE_REINPLACE= yes USE_GMAKE= yes USE_XPM= yes USE_X_PREFIX= yes @@ -74,7 +75,7 @@ post-extract: @${TAR} -xzf ${DISTDIR}/fvwm_icons.tgz -C ${WRKDIR}/icons post-patch: - @${PERL} -pi -e 's,%%LOCALBASE%%,${LOCALBASE},' \ + @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' \ ${WRKSRC}/modules/FvwmM4/FvwmM4.c post-install: diff --git a/x11-wm/fvwm24/Makefile b/x11-wm/fvwm24/Makefile index 15deb7838287..c4ccb830a632 100644 --- a/x11-wm/fvwm24/Makefile +++ b/x11-wm/fvwm24/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS+= stroke.0:${PORTSDIR}/devel/libstroke .endif +USE_REINPLACE= yes USE_GMAKE= yes USE_XPM= yes USE_X_PREFIX= yes @@ -74,7 +75,7 @@ post-extract: @${TAR} -xzf ${DISTDIR}/fvwm_icons.tgz -C ${WRKDIR}/icons post-patch: - @${PERL} -pi -e 's,%%LOCALBASE%%,${LOCALBASE},' \ + @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' \ ${WRKSRC}/modules/FvwmM4/FvwmM4.c post-install: |