diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /mail/movemail/Makefile | |
parent | Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'mail/movemail/Makefile')
-rw-r--r-- | mail/movemail/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/movemail/Makefile b/mail/movemail/Makefile index f4e71964eb10..5149b5e91b68 100644 --- a/mail/movemail/Makefile +++ b/mail/movemail/Makefile @@ -6,11 +6,11 @@ # PORTNAME= movemail -PORTVERSION= 1.0 -CATEGORIES= mail -MASTER_SITES= http://www.de.freebsd.org/~wosch/src/ +PORTVERSION= 1.0 +CATEGORIES= mail +MASTER_SITES= http://www.de.freebsd.org/~wosch/src/ -MAINTAINER= wosch@FreeBSD.org +MAINTAINER= wosch@FreeBSD.org MAN1= movemail.1 MANCOMPRESSED= maybe |