aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-09-25 14:47:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-09-25 14:47:32 +0000
commit9f6b404eac40ea7ee7509f29015202432d5804a7 (patch)
tree7f80775d175981ca35f50e4bc89ca787a4b0e62c /x11-wm
parentf74c8944dd8f7059f5725421c958d136310cffe2 (diff)
downloadports-9f6b404eac40ea7ee7509f29015202432d5804a7.tar.gz
ports-9f6b404eac40ea7ee7509f29015202432d5804a7.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/i3/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile
index c886e169ff6b..669f6800ab9d 100644
--- a/x11-wm/i3/Makefile
+++ b/x11-wm/i3/Makefile
@@ -27,8 +27,8 @@ RUN_DEPENDS= p5-IPC-Run>=0:devel/p5-IPC-Run \
p5-Try-Tiny>=0:lang/p5-Try-Tiny \
p5-AnyEvent-I3>=0:devel/p5-AnyEvent-I3
-USE_XORG= xcb
USES= pkgconfig gmake iconv perl5 tar:bzip2
+USE_XORG= xcb
GNU_CONFIGURE= yes
CONFIGURE_OUTSOURCE= yes
CONFIGURE_ENV= ac_cv_path_PATH_ASCIIDOC=""
@@ -37,7 +37,6 @@ LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
INSTALL_TARGET= install-strip
post-install:
- @${INSTALL_DATA} ${WRKSRC}/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1/
-
+ ${INSTALL_DATA} ${WRKSRC}/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1/
.include <bsd.port.mk>