diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-10-30 23:05:06 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-10-30 23:05:06 +0000 |
commit | 2ea4704e1120a9836a2386008eeeadd3b6679b52 (patch) | |
tree | e9fc199e7f398ff15ccdfa420d62aabd46f9a5e3 /mail | |
parent | 0db91ce329daba52fbb4b802787026e60f0b9b2c (diff) | |
download | ports-2ea4704e1120a9836a2386008eeeadd3b6679b52.tar.gz ports-2ea4704e1120a9836a2386008eeeadd3b6679b52.zip |
Notes
Diffstat (limited to 'mail')
-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 |