diff options
author | grant <grant@pkgsrc.org> | 2003-11-30 03:01:33 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-11-30 03:01:33 +0000 |
commit | 96ca8187d1c8f4c2f647cbdee2cdd19a6d3a917e (patch) | |
tree | 2168ba69cbc8541d2608c2216202654936e30bab /mail | |
parent | edc8c1347cee644400889fc0342bbc6b9cfe9cc1 (diff) | |
download | pkgsrc-96ca8187d1c8f4c2f647cbdee2cdd19a6d3a917e.tar.gz |
whitespace police
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile.common b/mail/exim/Makefile.common index f03fe8e9a71..7b8150feefd 100644 --- a/mail/exim/Makefile.common +++ b/mail/exim/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2003/09/02 11:23:30 abs Exp $ +# $NetBSD: Makefile.common,v 1.3 2003/11/30 03:01:33 grant Exp $ MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ @@ -19,7 +19,7 @@ EXTRACT_SUFX= .tar.bz2 BUILD_DEFS= EXIM_USER EXIM_GROUP -PKG_SYSCONFSUBDIR?= exim +PKG_SYSCONFSUBDIR?= exim EXAMPLESDIR= ${PREFIX}/share/examples/exim CONF_FILES= ${EXAMPLESDIR}/aliases ${PKG_SYSCONFDIR}/aliases CONF_FILES+= ${EXAMPLESDIR}/configure ${PKG_SYSCONFDIR}/configure |