diff options
Diffstat (limited to 'x11-wm/i3/Makefile')
-rw-r--r-- | x11-wm/i3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index 31cc8f0d7520..5d62c3e8d7c9 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -56,6 +56,7 @@ MANUALS= i3-config-wizard.1 i3-dmenu-desktop.1 \ MAN1= ${MANUALS} +NO_STAGE= yes post-extract: @cd ${WRKSRC} && ${CP} i3.config config.sample @cd ${WRKSRC} && ${CP} i3.config.keycodes config.keycodes |