pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/qmail Missed a spot in the netqmail removal: opti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5946d139c42
branches:  trunk
changeset: 479889:c5946d139c42
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Aug 25 04:24:04 2004 +0000

description:
Missed a spot in the netqmail removal: options.mk is in the current
directory, and nothing else is using this Makefile anymore.

diffstat:

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

diffs (18 lines):

diff -r 00ee4660d675 -r c5946d139c42 mail/qmail/Makefile
--- a/mail/qmail/Makefile       Wed Aug 25 04:09:10 2004 +0000
+++ b/mail/qmail/Makefile       Wed Aug 25 04:24:04 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/08/22 12:44:32 schmonz Exp $
+# $NetBSD: Makefile,v 1.28 2004/08/25 04:24:04 schmonz Exp $
 #
 
 DISTNAME=              netqmail-1.05
@@ -74,7 +74,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.include "../../mail/qmail/options.mk"
+.include "options.mk"
 
 BUILD_DEFS+=           QMAILDIR QMAIL_QUEUE_DIR QMAIL_QUEUE_EXTRA
 



Home | Main Index | Thread Index | Old Index