diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-05 19:51:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-05 19:51:13 +0000 |
commit | 6239b2ead2bffee57493b420e92fa1ea6ab7f80b (patch) | |
tree | 6d5cff7c481e4341ed0814dcef0f2689cda51919 /mail/fetchmail/Makefile | |
parent | ca61f9e6e0a4d570700000f3de1cd2a3851570ab (diff) | |
download | pkgsrc-6239b2ead2bffee57493b420e92fa1ea6ab7f80b.tar.gz |
whitespace fix
Diffstat (limited to 'mail/fetchmail/Makefile')
-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 4e469642dae..535456cb670 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2000/01/21 15:45:32 fredb Exp $ +# $NetBSD: Makefile,v 1.63 2000/02/05 19:51:13 wiz Exp $ # DISTNAME= fetchmail-5.2.4 @@ -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} \ |