aboutsummaryrefslogtreecommitdiff
path: root/x11/xbindkeys
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-10-23 18:57:48 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-10-23 18:57:48 +0000
commit97d7de4e0daaf6968fae2c9364bb5e64e5f6a1bd (patch)
tree471d976df01df7b381c75bb6ec06aed7359e1105 /x11/xbindkeys
parent8985d864fd36a8d83feb9506048889e5eef3d5bd (diff)
downloadports-97d7de4e0daaf6968fae2c9364bb5e64e5f6a1bd.tar.gz
ports-97d7de4e0daaf6968fae2c9364bb5e64e5f6a1bd.zip
Unquiet my ports to make debugging easier.
Notes
Notes: svn path=/head/; revision=331409
Diffstat (limited to 'x11/xbindkeys')
-rw-r--r--x11/xbindkeys/Makefile2
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>