summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2017-11-02 21:41:47 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2017-11-02 21:41:47 +0000
commite929aea23c678404413a50eb73c457b8960438e1 (patch)
tree703ea97b5e5fc4a7ad76317a23ee70bd12ff1494 /net-im
parentsecurity/openssl: Security update to 1.0.2m (diff)
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
Notes
Notes: svn path=/head/; revision=453381
Diffstat (limited to 'net-im')
-rw-r--r--net-im/mastodon/Makefile2
-rw-r--r--net-im/poezio/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/mastodon/Makefile b/net-im/mastodon/Makefile
index d03f17dff270..10e5c52075b3 100644
--- a/net-im/mastodon/Makefile
+++ b/net-im/mastodon/Makefile
@@ -127,7 +127,7 @@ do-install:
${WRKSRC}/node_modules/*/node_modules \
${WRKSRC}/node_modules/node-sass \
${WRKSRC}/node_modules/uws/build
- @${RM} ${WRKSRC}/Gemfile.lock \
+ @${RM} ${WRKSRC}/Gemfile.lock \
${WRKSRC}/lib/tasks/auto_annotate_models.rake \
${WRKSRC}/node_modules/uws/uws_darwin_* \
${WRKSRC}/node_modules/uws/uws_linux_* \
diff --git a/net-im/poezio/Makefile b/net-im/poezio/Makefile
index 457ff01c1a40..ab224cf43c0f 100644
--- a/net-im/poezio/Makefile
+++ b/net-im/poezio/Makefile
@@ -22,7 +22,7 @@ USE_PYTHON= distutils autoplist
.if defined(PACKAGE_BUILDING) && !defined(PACKAGE_BUILDING_FLAVORS) && \
${PYTHON_VER} != ${PYTHON_DEFAULT}
-IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
+IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
.endif
.include <bsd.port.post.mk>