diff options
author | grant <grant@pkgsrc.org> | 2004-11-26 10:14:36 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-11-26 10:14:36 +0000 |
commit | 31514b8d48ac7b17fd05ad8c9c2615f2c55c55dc (patch) | |
tree | 7955c268d38456cdd97d799292b974f798873a57 | |
parent | 1c47a90d187810b37f597cf71c5a6ba1fd4f986c (diff) | |
download | pkgsrc-31514b8d48ac7b17fd05ad8c9c2615f2c55c55dc.tar.gz |
whitespace fixes
-rw-r--r-- | mail/exim-exiscan/Makefile | 11 | ||||
-rw-r--r-- | mail/exim/Makefile.common | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/mail/exim-exiscan/Makefile b/mail/exim-exiscan/Makefile index b16edc968d4..95bab71a58e 100644 --- a/mail/exim-exiscan/Makefile +++ b/mail/exim-exiscan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/10/07 17:29:16 abs Exp $ +# $NetBSD: Makefile,v 1.16 2004/11/26 10:14:36 grant Exp $ DISTNAME= exim-${EXIM_VERSION} PKGNAME= exim-exiscan-${EXIM_VERSION}_${EXISCAN_VERSION} @@ -10,11 +10,11 @@ COMMENT= The Exim mail transfer agent, with exiscan-acl patches CONFLICTS+= exim-[0-9]* -EXISCAN_VERSION=28 +EXISCAN_VERSION= 28 -PATCH_SITES= http://duncanthrax.net/exiscan-acl/ -PATCHFILES= exiscan-acl-${EXIM_VERSION}-${EXISCAN_VERSION}.patch.bz2 -PATCH_DIST_STRIP=-p1 +PATCH_SITES= http://duncanthrax.net/exiscan-acl/ +PATCHFILES= exiscan-acl-${EXIM_VERSION}-${EXISCAN_VERSION}.patch.bz2 +PATCH_DIST_STRIP= -p1 DISTINFO_FILE= ${.CURDIR}/../../mail/exim/distinfo PATCHDIR= ${.CURDIR}/../../mail/exim/patches @@ -22,4 +22,3 @@ FILESDIR= ${.CURDIR}/../../mail/exim/files PLIST_SRC= ${.CURDIR}/../../mail/exim/PLIST .include "../../mail/exim/Makefile.common" - diff --git a/mail/exim/Makefile.common b/mail/exim/Makefile.common index eb0af4711bc..03dd8bec2cb 100644 --- a/mail/exim/Makefile.common +++ b/mail/exim/Makefile.common @@ -1,12 +1,12 @@ -# $NetBSD: Makefile.common,v 1.20 2004/11/17 14:23:54 jlam Exp $ +# $NetBSD: Makefile.common,v 1.21 2004/11/26 10:16:57 grant Exp $ MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ ftp://ftp.esat.net/pub/networking/mail/mta/exim/exim4/ USE_PERL5= yes -USE_BUILDLINK3= yes -USE_PKGINSTALL= yes +USE_BUILDLINK3= yes +USE_PKGINSTALL= yes MAKE_ENV+= SSLBASE=${SSLBASE:Q} |