diff options
author | barner <barner@FreeBSD.org> | 2005-10-31 07:05:06 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-10-31 07:05:06 +0800 |
commit | 1ac7650178c3b8fecd9aa31b92c0f29d25b6fb7e (patch) | |
tree | e73c9ff8830ebf5d69cdb09a506aa3ca6845ad3b /mail/fetchmail | |
parent | 072b97ff1943215658f8d19d80427143d65f1693 (diff) | |
download | freebsd-ports-gnome-1ac7650178c3b8fecd9aa31b92c0f29d25b6fb7e.tar.gz freebsd-ports-gnome-1ac7650178c3b8fecd9aa31b92c0f29d25b6fb7e.tar.zst freebsd-ports-gnome-1ac7650178c3b8fecd9aa31b92c0f29d25b6fb7e.zip |
Don't indent comment added in last commit by one tab, so it is not printed.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index e9f15e58a26d..7a9c70556f36 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -109,8 +109,8 @@ PLIST_SUB+= NTLMDOCS="%%PORTDOCS%%@comment " pre-patch: @${CP} -f /usr/include/md5.h ${WRKSRC} - # Use fetchmailconf-1.43.2 to avoid a password exposure - # caused by insecure file creation +# Use fetchmailconf-1.43.2 to avoid a password exposure +# caused by insecure file creation @${GZCAT} ${DISTDIR}/fetchmailconf-${FETCHMAILCONF_VER}.gz | \ ${SED} -e "s,^#!/.*/python,#!${PREFIX}/bin/python,g" \ > ${WRKDIR}/fetchmailconf.temp |