pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/majordomo Rename .keep_me to keep_me, to avoid fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f64ebaf93c5c
branches:  trunk
changeset: 482871:f64ebaf93c5c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 04 12:20:18 2004 +0000

description:
Rename .keep_me to keep_me, to avoid filenames starting with a dot.
No change in the package.

diffstat:

 mail/majordomo/Makefile       |  6 +++---
 mail/majordomo/files/.keep_me |  1 -
 mail/majordomo/files/keep_me  |  1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r bcc9b9443fc1 -r f64ebaf93c5c mail/majordomo/Makefile
--- a/mail/majordomo/Makefile   Thu Nov 04 12:18:54 2004 +0000
+++ b/mail/majordomo/Makefile   Thu Nov 04 12:20:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/10/01 21:15:12 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2004/11/04 12:20:18 wiz Exp $
 
 DISTNAME=              majordomo-1.94.5
 CATEGORIES=            mail
@@ -133,9 +133,9 @@
        @${INSTALL_DATA} -o ${MAJORDOMO_USER} -g ${MAJORDOMO_GROUP} \
                ${WRKSRC}/aliases.majordomo ${EXDIR}/aliases.majordomo
        @${INSTALL_DATA} -o ${MAJORDOMO_USER} -g ${MAJORDOMO_GROUP} \
-               ${FILESDIR}/.keep_me ${EXDIR}/archives/example-l/.keep_me
+               ${FILESDIR}/keep_me ${EXDIR}/archives/example-l/.keep_me
        @${INSTALL_DATA} -o ${MAJORDOMO_USER} -g ${MAJORDOMO_GROUP} \
-               ${FILESDIR}/.keep_me ${EXDIR}/digests/example-l-digest/.keep_me
+               ${FILESDIR}/keep_me ${EXDIR}/digests/example-l-digest/.keep_me
 .for file in ${EXFILES}
        @${INSTALL_DATA} -o ${MAJORDOMO_USER} -g ${MAJORDOMO_GROUP} \
                ${FILESDIR}/${file} ${EXDIR}/lists/${file}
diff -r bcc9b9443fc1 -r f64ebaf93c5c mail/majordomo/files/.keep_me
--- a/mail/majordomo/files/.keep_me     Thu Nov 04 12:18:54 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-This normally empty directory needs to be kept in the distribution.
diff -r bcc9b9443fc1 -r f64ebaf93c5c mail/majordomo/files/keep_me
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/majordomo/files/keep_me      Thu Nov 04 12:20:18 2004 +0000
@@ -0,0 +1,1 @@
+This normally empty directory needs to be kept in the distribution.



Home | Main Index | Thread Index | Old Index