summaryrefslogtreecommitdiff
path: root/x11-wm/uwm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/uwm/Makefile')
-rw-r--r--x11-wm/uwm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/uwm/Makefile b/x11-wm/uwm/Makefile
index 7334a964e584..198751daeb45 100644
--- a/x11-wm/uwm/Makefile
+++ b/x11-wm/uwm/Makefile
@@ -18,10 +18,12 @@ MAINTAINER= trevor@FreeBSD.org
MAN1= uwm.1
PLIST= ${WRKDIR}/pkg-plist
USE_IMAKE= yes
+USE_REINPLACE= yes
+REINPLACE_ARGS= -i'' -E
WRKSRC= ${WRKDIR}/X.V11R3/clients/uwm
post-patch:
- ${PERL} -pi -e 's:/usr/lib/X11:${PREFIX}/lib/X11:g' ${WRKSRC}/uwm.man
+ ${REINPLACE_CMD} 's:/usr/lib/X11:${PREFIX}/lib/X11:g' ${WRKSRC}/uwm.man
pre-install:
${ECHO_CMD} bin/uwm > ${PLIST}