diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /mail/smtpd | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.zip FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.tar.gz |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'mail/smtpd')
-rw-r--r-- | mail/smtpd/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/smtpd/Makefile b/mail/smtpd/Makefile index dd85079..04dd5d1 100644 --- a/mail/smtpd/Makefile +++ b/mail/smtpd/Makefile @@ -6,14 +6,14 @@ # PORTNAME= smtpd -PORTVERSION= 2.0 -CATEGORIES= mail security -MASTER_SITES= ftp://ftp.obtuse.com/pub/smtpd/ +PORTVERSION= 2.0 +CATEGORIES= mail security +MASTER_SITES= ftp://ftp.obtuse.com/pub/smtpd/ -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= patch-smtpd-2.0-RBL.gz +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= patch-smtpd-2.0-RBL.gz -MAINTAINER= jonny@jonny.eng.br +MAINTAINER= jonny@jonny.eng.br # Directory where smtpd will chroot to, and put the received mail # If you change it here, change also patches/patch-aa |