diff options
author | wiz <wiz> | 2000-01-09 01:28:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-01-09 01:28:34 +0000 |
commit | c51853127c0f2bcc8989b4a13460232d3e4b5e2f (patch) | |
tree | 0d27584a27232e1613a8a13da7cbe8c3a62823f6 /mail/fetchmail | |
parent | 94d3c5a7393ac58cca0409cf098ebb4d51739a08 (diff) | |
download | pkgsrc-c51853127c0f2bcc8989b4a13460232d3e4b5e2f.tar.gz |
whitespace cleanup
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 756830612c6..e1b98c0b5ea 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 1999/12/01 12:43:02 frueauf Exp $ +# $NetBSD: Makefile,v 1.60 2000/01/09 01:28:34 wiz Exp $ # DISTNAME= fetchmail-5.2.0 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://sunsite.unc.edu/pub/Linux/system/mail/pop/ MAINTAINER= mycroft@netbsd.org -HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ +HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf @@ -43,7 +43,7 @@ pre-configure: post-build: tbl ${WRKSRC}/fetchmail.tbl >${WRKSRC}/fetchmail.man - + post-install: ${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC} cd ${WRKSRC} && ${INSTALL_DATA} \ |