pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail Fixed few pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d18ad8dbe550
branches:  trunk
changeset: 520147:d18ad8dbe550
user:      martti <martti%pkgsrc.org@localhost>
date:      Mon Oct 16 10:04:01 2006 +0000

description:
Fixed few pkglint warnings.

diffstat:

 mail/postfix-current/Makefile |  3 ++-
 mail/postfix/Makefile         |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 07e9a8f8516f -r d18ad8dbe550 mail/postfix-current/Makefile
--- a/mail/postfix-current/Makefile     Mon Oct 16 09:54:49 2006 +0000
+++ b/mail/postfix-current/Makefile     Mon Oct 16 10:04:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2006/10/16 09:54:49 martti Exp $
+# $NetBSD: Makefile,v 1.69 2006/10/16 10:04:01 martti Exp $
 
 DISTNAME=      postfix-2.4-20061015
 #PKGREVISION=  1
@@ -23,6 +23,7 @@
 # ${PKG_SYSCONFDIR}/main.cf.
 #
 POSTFIX_QUEUE_DIR?=    ${VARBASE}/spool/postfix
+BUILD_DEFS+=           VARBASE
 
 # CCARGS is a list of options to pass to the preprocessor/compiler.
 # AUXLIBS is a list of options to pass to the linker.
diff -r 07e9a8f8516f -r d18ad8dbe550 mail/postfix/Makefile
--- a/mail/postfix/Makefile     Mon Oct 16 09:54:49 2006 +0000
+++ b/mail/postfix/Makefile     Mon Oct 16 10:04:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.188 2006/10/16 09:54:49 martti Exp $
+# $NetBSD: Makefile,v 1.189 2006/10/16 10:04:01 martti Exp $
 
 DISTNAME=      postfix-2.3.3
 #PKGREVISION=  1
@@ -23,6 +23,7 @@
 # ${PKG_SYSCONFDIR}/main.cf.
 #
 POSTFIX_QUEUE_DIR?=    ${VARBASE}/spool/postfix
+BUILD_DEFS+=           VARBASE
 
 # CCARGS is a list of options to pass to the preprocessor/compiler.
 # AUXLIBS is a list of options to pass to the linker.



Home | Main Index | Thread Index | Old Index