aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authordhn <dhn@FreeBSD.org>2009-07-23 03:20:27 +0800
committerdhn <dhn@FreeBSD.org>2009-07-23 03:20:27 +0800
commit0ebe0b4a3d382e6c2ffef1914f763f5354577d80 (patch)
tree1c617c53bd01d288a4e5b7407bcf38f5fd19ed68 /x11-wm
parent4807e2003457461bcda57defbeaafca1e858504d (diff)
downloadfreebsd-ports-gnome-0ebe0b4a3d382e6c2ffef1914f763f5354577d80.tar.gz
freebsd-ports-gnome-0ebe0b4a3d382e6c2ffef1914f763f5354577d80.tar.zst
freebsd-ports-gnome-0ebe0b4a3d382e6c2ffef1914f763f5354577d80.zip
- Fix PATH in example and man file
PR: ports/136330 Submitted by: Sofian Brabez <sbrabez@gmail.com>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/i3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile
index eb23f356562b..dfc5cba65a73 100644
--- a/x11-wm/i3/Makefile
+++ b/x11-wm/i3/Makefile
@@ -39,8 +39,9 @@ post-extract:
post-patch:
@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/src/config.c
- @${REINPLACE_CMD} -e 's|/usr/|${PREFIX}|g' ${WRKSRC}/config.sample
- @${REINPLACE_CMD} -e 's|PREFIX|${PREFIX}|g' ${WRKSRC}/man/Makefile
+ @${REINPLACE_CMD} -e 's|/usr/|${PREFIX}/|g' ${WRKSRC}/config.sample
+ @${REINPLACE_CMD} -e 's|PREFIX|${PREFIX}/|g' ${WRKSRC}/man/Makefile
+ @${REINPLACE_CMD} -e 's|/usr/|${PREFIX}/|g' ${WRKSRC}/man/i3.man
# Create the manpage
post-build: