diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-24 02:57:48 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-24 02:57:48 +0800 |
commit | 0520813eb4c26d14ed8c3aa9f8458268728d1506 (patch) | |
tree | 471d976df01df7b381c75bb6ec06aed7359e1105 /x11 | |
parent | 468df9de47f605eefa4eee50e5844a8820890634 (diff) | |
download | freebsd-ports-gnome-0520813eb4c26d14ed8c3aa9f8458268728d1506.tar.gz freebsd-ports-gnome-0520813eb4c26d14ed8c3aa9f8458268728d1506.tar.zst freebsd-ports-gnome-0520813eb4c26d14ed8c3aa9f8458268728d1506.zip |
Unquiet my ports to make debugging easier.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xbindkeys/Makefile | 2 | ||||
-rw-r--r-- | x11/xclip/Makefile | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile index e357a4f1eb30..30c974d60917 100644 --- a/x11/xclip/Makefile +++ b/x11/xclip/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/xclip bin/xclip-copyfile bin/xclip-cutfile bin/xclip-pastefile man/man1/xclip.1.gz man/man1/xclip-copyfile.1.gz pre-configure: - @cd ${WRKSRC}; ./bootstrap + cd ${WRKSRC}; ./bootstrap post-patch: ${REINPLACE_CMD} 's,mktemp,mktemp -t xclip,' \ |