diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-10-23 18:57:48 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-10-23 18:57:48 +0000 |
commit | 97d7de4e0daaf6968fae2c9364bb5e64e5f6a1bd (patch) | |
tree | 471d976df01df7b381c75bb6ec06aed7359e1105 /x11/xbindkeys | |
parent | 8985d864fd36a8d83feb9506048889e5eef3d5bd (diff) |
Notes
Diffstat (limited to 'x11/xbindkeys')
-rw-r--r-- | x11/xbindkeys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index f2192ec8151b..a093c41e3ac4 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -42,7 +42,7 @@ post-patch: @${REINPLACE_CMD} -e 's| wish | ${WISH} |g' ${WRKSRC}/xbindkeys_show post-install: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/xbindkeysrc ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk> |