pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mailman Fix error comment line - # must be in the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16419c432db0
branches:  trunk
changeset: 513297:16419c432db0
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed May 24 17:38:53 2006 +0000

description:
Fix error comment line - # must be in the first column or preceded by
non-tabs; else make(1) interprets it as a command line.

Fixes the following message on NetBSD 2.1:
make: "/export/SRC/netbsd/pkgsrc/mail/mailman/Makefile" line 31: Unassociated shell command "# use 'postfix' for postfix"

diffstat:

 mail/mailman/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3555e8b1acad -r 16419c432db0 mail/mailman/Makefile
--- a/mail/mailman/Makefile     Wed May 24 13:00:52 2006 +0000
+++ b/mail/mailman/Makefile     Wed May 24 17:38:53 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2006/05/23 23:30:00 hubertf Exp $
+# $NetBSD: Makefile,v 1.40 2006/05/24 17:38:53 tv Exp $
 
 DISTNAME=      mailman-2.1.8rc1
 PKGREVISION=   1
@@ -28,7 +28,7 @@
 MAILMAN_GROUP?=        mailman
 MAILMAN_CGIGROUP?=     ${APACHE_GROUP}
 MAILMAN_MAILGROUP?=    daemon  # group sendmail runs under;
-                               # use 'postfix' for postfix
+#                                use 'postfix' for postfix
 MAILMAN_CGIEXT?=       .cgi
 
 MESSAGE_SUBST+=                EXECDIR=${EXECDIR}



Home | Main Index | Thread Index | Old Index