diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-09 01:28:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-09 01:28:34 +0000 |
commit | 137e98b5d9d1a777e670837e7e0ff3503e4cc201 (patch) | |
tree | 0d27584a27232e1613a8a13da7cbe8c3a62823f6 | |
parent | a1b66cec15cf06ef936ba05a31a04afa6f1366fc (diff) | |
download | pkgsrc-137e98b5d9d1a777e670837e7e0ff3503e4cc201.tar.gz |
whitespace cleanup
-rw-r--r-- | mail/fetchmail/Makefile | 6 | ||||
-rw-r--r-- | mail/mutt/Makefile | 3 | ||||
-rw-r--r-- | mail/qpopper/Makefile | 3 |
3 files changed, 5 insertions, 7 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} \ diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index d1aa42d8f10..aaf3116db4e 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2000/01/04 17:12:59 bouyer Exp $ +# $NetBSD: Makefile,v 1.36 2000/01/09 01:28:34 wiz Exp $ DISTNAME= mutt-${MUTT_VERSION} CATEGORIES= mail @@ -24,7 +24,6 @@ LDFLAGS+= -s BUILD_DEFS+= MUTT_INTERNATIONAL MUTT_VERSION - .include "../../mk/bsd.pkg.mk" .if ${OPSYS} == "SunOS" diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index a34d75b165f..b78d32af769 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1999/09/07 17:58:00 bad Exp $ +# $NetBSD: Makefile,v 1.20 2000/01/09 01:28:34 wiz Exp $ # DISTNAME= qpopper2.53 @@ -24,7 +24,6 @@ CONFIGURE_ARGS+=--enable-kerberos RESTRICTED= uses Kerberos encryption code .endif - BUILD_DEFS+= QPOPPER_SERVERMODE USE_INET6 .include "../../mk/bsd.prefs.mk" |