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/xclip | |
parent | 8985d864fd36a8d83feb9506048889e5eef3d5bd (diff) | |
download | ports-97d7de4e0daaf6968fae2c9364bb5e64e5f6a1bd.tar.gz ports-97d7de4e0daaf6968fae2c9364bb5e64e5f6a1bd.zip |
Notes
Diffstat (limited to 'x11/xclip')
-rw-r--r-- | x11/xclip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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,' \ |