Module Name: src
Committed By: tron
Date: Sat Jun 27 21:12:13 UTC 2009
Modified Files:
src/external/ibm-public/postfix/share/conf: Makefile
Log Message:
Don't install "post-install" and "postfix-files" to the example directory
any more just to remove them later. Problem noted by Thomas Klausner
on "current-users" mailing list.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/ibm-public/postfix/share/conf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/ibm-public/postfix/share/conf/Makefile
diff -u src/external/ibm-public/postfix/share/conf/Makefile:1.1 src/external/ibm-public/postfix/share/conf/Makefile:1.2
--- src/external/ibm-public/postfix/share/conf/Makefile:1.1 Thu Jun 25 18:22:01 2009
+++ src/external/ibm-public/postfix/share/conf/Makefile Sat Jun 27 21:12:12 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2009/06/25 18:22:01 tron Exp $
+# $NetBSD: Makefile,v 1.2 2009/06/27 21:12:12 tron Exp $
.include <bsd.own.mk>
@@ -10,7 +10,6 @@
# Not built: main.cf.default
FILES= ../LICENSE ../TLS_LICENSE access aliases canonical generic \
- header_checks main.cf master.cf post-install postfix-files relocated \
- transport virtual
+ header_checks main.cf master.cf relocated transport virtual
.include <bsd.prog.mk>