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/elm+ME | |
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/elm+ME')
-rw-r--r-- | mail/elm+ME/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile index 8814a6e..1c1ed96 100644 --- a/mail/elm+ME/Makefile +++ b/mail/elm+ME/Makefile @@ -6,7 +6,7 @@ # PORTNAME= elm -PORTVERSION= 2.4ME+82 +PORTVERSION= 2.4ME+82 CATEGORIES= mail MASTER_SITES= ftp://ftp.ozone.fmi.fi/KEH/ \ ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/ \ @@ -20,8 +20,8 @@ MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 \ printmail.1 readmsg.1 elmcharset.1 elmterminal.1 MLINKS= frm.1 nfrm.1 newmail.1 wnewmail.1 -HAS_CONFIGURE= Yes -CONFIGURE_SCRIPT= Configure +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= Configure CONFIGURE_ENV= PREFIX="${PREFIX}" CONFIGURE_ARGS= -S -d |