diff options
author | roam <roam@FreeBSD.org> | 2003-01-21 00:55:22 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-01-21 00:55:22 +0800 |
commit | dbb5e9503f1f1782b63a911f38e6daf982b4744b (patch) | |
tree | 57fa1b1f7da896a0a2db320325007666752a88c9 /x11 | |
parent | 7d191346ba2463100d84fa34bf95ac7f2d3a5b08 (diff) | |
download | freebsd-ports-gnome-dbb5e9503f1f1782b63a911f38e6daf982b4744b.tar.gz freebsd-ports-gnome-dbb5e9503f1f1782b63a911f38e6daf982b4744b.tar.zst freebsd-ports-gnome-dbb5e9503f1f1782b63a911f38e6daf982b4744b.zip |
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>
Diffstat (limited to 'x11')
-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> |