ports/106361: [PATCH] mail/nmh: make portlint(1) happy

Alexander Botero-Lowry alexbl at FreeBSD.org
Tue Dec 5 07:50:15 UTC 2006


>Number:         106361
>Category:       ports
>Synopsis:       [PATCH] mail/nmh: make portlint(1) happy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 05 07:50:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #1: Mon Jul 10 22:43:23 CDT 2006
>Description:
 - use tabs instead of spaces to make portlint(1) happy

Port maintainer (scott+ports at sabami.seaslug.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- nmh-1.2_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/nmh/Makefile,v
retrieving revision 1.39
diff -u -u -r1.39 Makefile
--- Makefile	7 Oct 2006 20:47:46 -0000	1.39
+++ Makefile	5 Dec 2006 07:46:00 -0000
@@ -62,39 +62,39 @@
 COMMENT=	A cleaned up MH mailer suite
 
 USE_GMAKE=	yes
-GNU_CONFIGURE=  yes
+GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	autoconf:259
 CONFIGURE_ARGS=	--libdir=${PREFIX}/libexec/nmh \
 		--sysconfdir=${PREFIX}/etc/nmh
 .ifdef NMH_EDITOR
-CONFIGURE_ARGS+= --with-editor=${NMH_EDITOR}
+CONFIGURE_ARGS+=	--with-editor=${NMH_EDITOR}
 .endif
 .ifdef NMH_MASQUERADE
-CONFIGURE_ARGS+= --enable-masquerade="${NMH_MASQUERADE}"
+CONFIGURE_ARGS+=	--enable-masquerade="${NMH_MASQUERADE}"
 .endif
 .ifndef NMH_LOCKING
 NMH_LOCKING=FLOCK_LOCKING
 .endif
 .ifdef NMH_MTS
-CONFIGURE_ARGS+= --with-mts=${NMH_MTS}
+CONFIGURE_ARGS+=	--with-mts=${NMH_MTS}
 .endif
 .ifdef NMH_PAGER
-CONFIGURE_ARGS+= --with-pager=${NMH_PAGER}
+CONFIGURE_ARGS+=	--with-pager=${NMH_PAGER}
 .endif
 .ifdef NMH_POP
-CONFIGURE_ARGS+= --${NMH_POP}-pop
+CONFIGURE_ARGS+=	--${NMH_POP}-pop
 .else
-CONFIGURE_ARGS+= --enable-pop
+CONFIGURE_ARGS+=	--enable-pop
 .endif
 .ifdef NMH_SMTPSERVERS
-CONFIGURE_ARGS+= --with-smtpservers="${NMH_SMTPSERVERS}"
+CONFIGURE_ARGS+=	--with-smtpservers="${NMH_SMTPSERVERS}"
 .endif
 
 .ifdef NMH_EXTRA_CONFIGURE_ARGS
-CONFIGURE_ARGS+= ${NMH_EXTRA_CONFIGURE_ARGS}
+CONFIGURE_ARGS+=	${NMH_EXTRA_CONFIGURE_ARGS}
 .endif
 
-CFLAGS+= -D${NMH_LOCKING}
+CFLAGS+=	-D${NMH_LOCKING}
 
 MAN1=	ali.1 anno.1 burst.1 comp.1 dist.1 flist.1 flists.1 \
 	folder.1 folders.1 forw.1 inc.1 install-mh.1 mark.1 \
--- nmh-1.2_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list