diff options
author | danfe <danfe@FreeBSD.org> | 2018-01-12 00:53:44 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:22:36 +0800 |
commit | a09b1faea4e450e5d5f85477c3901ac238f4ffb9 (patch) | |
tree | 20d1f6dd035a2f518d42a4c4a44efb7bb23b701b /irc/bip | |
parent | 53fe5250f0c519423d4304e5f36612c25b68d2fe (diff) | |
download | freebsd-ports-gnome-a09b1faea4e450e5d5f85477c3901ac238f4ffb9.tar.gz freebsd-ports-gnome-a09b1faea4e450e5d5f85477c3901ac238f4ffb9.tar.zst freebsd-ports-gnome-a09b1faea4e450e5d5f85477c3901ac238f4ffb9.zip |
Remove superfluous linefeeds and fix some other minor whitespace bugs.
Diffstat (limited to 'irc/bip')
-rw-r--r-- | irc/bip/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/irc/bip/Makefile b/irc/bip/Makefile index 690dffbc5636..7c61affa9fc6 100644 --- a/irc/bip/Makefile +++ b/irc/bip/Makefile @@ -38,7 +38,6 @@ post-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR} .endfor - post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for i in ${EXAMPLEFILES} |