diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /mail/ezmlm/Makefile | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.gz freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.zst freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.zip |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'mail/ezmlm/Makefile')
-rw-r--r-- | mail/ezmlm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/ezmlm/Makefile b/mail/ezmlm/Makefile index 266148a6f659..3f12920b520d 100644 --- a/mail/ezmlm/Makefile +++ b/mail/ezmlm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ezmlm -PORTVERSION= 0.53 +PORTVERSION= 0.53 CATEGORIES= mail MASTER_SITES= ftp://ftp.ezmlm.org/pub/qmail/ \ ftp://ftp.ntnu.no/pub/unix/mail/qmail/ \ @@ -33,7 +33,7 @@ MAN1= ezmlm-list.1 ezmlm-make.1 ezmlm-manage.1 ezmlm-reject.1 \ ezmlm-warn.1 ezmlm-weed.1 MAN5= ezmlm.5 -DIFF_MSG= Cannot Make and Install with different PREFIX or QMAIL_DIR +DIFF_MSG= Cannot Make and Install with different PREFIX or QMAIL_DIR MY_PROGRAMS= ezmlm-make ezmlm-manage ezmlm-send ezmlm-reject ezmlm-return \ ezmlm-warn ezmlm-weed ezmlm-list ezmlm-sub ezmlm-unsub |