diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
commit | 55dc0f983aadef274380ef51058802f94a995d7e (patch) | |
tree | 0ad23c2fc638bccd76a5e7adf6ab2f1e78be6ddb /irc/eggdrop | |
parent | - Update to 1.2.1. (diff) |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=357070
Diffstat (limited to 'irc/eggdrop')
-rw-r--r-- | irc/eggdrop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index 4d48377d68e3..2132d03fe8d6 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -12,7 +12,7 @@ DISTFILES= ${PORTNAME}${PORTVERSION}.tar.bz2 MAINTAINER= bdrewery@FreeBSD.org COMMENT= The most popular open source Internet Relay Chat bot -LICENSE= GPLv2 +LICENSE= GPLv2 OPTIONS_DEFINE= DOCS |