diff options
author | olgeni <olgeni@FreeBSD.org> | 2017-11-03 05:41:47 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2017-11-03 05:41:47 +0800 |
commit | 3ccdee572e0b19f483b93936b06bf74943d15b74 (patch) | |
tree | 703ea97b5e5fc4a7ad76317a23ee70bd12ff1494 /net-im | |
parent | 4abad86ffdb19757de8af73cba3d770e8e3ec74e (diff) | |
download | freebsd-ports-gnome-3ccdee572e0b19f483b93936b06bf74943d15b74.tar.gz freebsd-ports-gnome-3ccdee572e0b19f483b93936b06bf74943d15b74.tar.zst freebsd-ports-gnome-3ccdee572e0b19f483b93936b06bf74943d15b74.zip |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mastodon/Makefile | 2 | ||||
-rw-r--r-- | net-im/poezio/Makefile | 2 |
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> |