diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-01-31 03:21:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-01-31 03:21:56 +0800 |
commit | c675c3e7d4d3ef656ad8ba5a5645aeb156cd25c9 (patch) | |
tree | 91c74ac9c72db73aecfe54960c1b43f3dbf1d06a /databases | |
parent | 1a50e7a34d5935008d9152634ae46b8348031b8e (diff) | |
download | freebsd-ports-gnome-c675c3e7d4d3ef656ad8ba5a5645aeb156cd25c9.tar.gz freebsd-ports-gnome-c675c3e7d4d3ef656ad8ba5a5645aeb156cd25c9.tar.zst freebsd-ports-gnome-c675c3e7d4d3ef656ad8ba5a5645aeb156cd25c9.zip |
Cosmetic change
Diffstat (limited to 'databases')
-rw-r--r-- | databases/kyototycoon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/kyototycoon/Makefile b/databases/kyototycoon/Makefile index ed2efc12c298..a9e9acc9468d 100644 --- a/databases/kyototycoon/Makefile +++ b/databases/kyototycoon/Makefile @@ -63,7 +63,7 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libkyototycoon.so.2.19.0 ${STAGEDIR}${PREFIX}/libexec/*.so post-install-DOCS-on: - ${FIND} ${STAGEDIR}${DOCSDIR}/ -type d -exec ${CHMOD} ${BINMODE} {} \; - ${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${DOCMODE} {} \; + ${FIND} ${STAGEDIR}${DOCSDIR}/ -type d -exec ${CHMOD} ${BINMODE} {} + + ${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${DOCMODE} {} + .include <bsd.port.mk> |