diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-01-20 16:55:22 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-01-20 16:55:22 +0000 |
commit | e6f9fa5a9ea5a2fdc664eb3f6b9fb7a558338101 (patch) | |
tree | 4932e20bb77ac794adfb941c98804757f8011b7f /x11/xvkbd | |
parent | Iperf 1.6.5 dropped doc/release.html. Update Makefile. (diff) |
USE_REINPLACE.
The mail/vpopmail and mail/vpopmail-stable ports retain their Perl
dependency, since the pkg-install script is written in Perl. I think
this might need to be changed when I get the time to look into it.
Submitted by: Ulrich Spoerlein <q@uni.de>
Notes
Notes:
svn path=/head/; revision=73669
Diffstat (limited to 'x11/xvkbd')
-rw-r--r-- | x11/xvkbd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xvkbd/Makefile b/x11/xvkbd/Makefile index 266b3ffb327c..6d8afe46713e 100644 --- a/x11/xvkbd/Makefile +++ b/x11/xvkbd/Makefile @@ -24,6 +24,7 @@ WITH_I18N= yes BUILD_DEPENDS= ${X11BASE}/lib/libXaw3d.a:${PORTSDIR}/x11-toolkits/Xaw3d .endif +USE_REINPLACE= yes USE_IMAKE= yes pre-fetch: @@ -45,7 +46,7 @@ XK_DEFSUBST += -e 's/XCOMM define I18N/\#define I18N/;' .if defined(XK_DEFSUBST) post-patch: - ${PERL} -pi.fbsd ${XK_DEFSUBST} ${WRKSRC}/Imakefile + ${REINPLACE_CMD} ${XK_DEFSUBST} ${WRKSRC}/Imakefile .endif .include <bsd.port.mk> |