pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/postfix Removed POSTFIX_EXAMPLE_FILES loop as it'...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3a9dc8a7c2f1
branches: trunk
changeset: 495436:3a9dc8a7c2f1
user: martti <martti%pkgsrc.org@localhost>
date: Thu Jun 09 17:06:47 2005 +0000
description:
Removed POSTFIX_EXAMPLE_FILES loop as it's no longer used. Noted by
Yannick Gravel in a private mail.
diffstat:
mail/postfix/Makefile | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 96988d1a3527 -r 3a9dc8a7c2f1 mail/postfix/Makefile
--- a/mail/postfix/Makefile Thu Jun 09 17:06:21 2005 +0000
+++ b/mail/postfix/Makefile Thu Jun 09 17:06:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.162 2005/05/04 05:20:40 martti Exp $
+# $NetBSD: Makefile,v 1.163 2005/06/09 17:06:47 martti Exp $
DISTNAME= postfix-2.2.3
CATEGORIES= mail
@@ -127,9 +127,6 @@
.if !empty(PKG_OPTIONS:Msasl)
${INSTALL_DATA} ${WRKDIR}/smtpd.conf ${EXAMPLEDIR}
.endif
- @for i in ${POSTFIX_EXAMPLE_FILES}; do \
- ${INSTALL_DATA} ${WRKSRC}/conf/$$i ${EXAMPLEDIR}/$$i; \
- done
${INSTALL_SCRIPT} ${WRKSRC}/conf/post-install ${EXAMPLEDIR}
${INSTALL_SCRIPT} ${WRKSRC}/conf/postfix-script ${EXAMPLEDIR}
${INSTALL_DATA} ${WRKDIR}/mailer.conf ${EXAMPLEDIR}/mailer.conf
Home |
Main Index |
Thread Index |
Old Index