summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authoris <is>2003-03-01 11:36:36 +0000
committeris <is>2003-03-01 11:36:36 +0000
commit0198ca74d48cc1820579ce8a9e494f79982bdf44 (patch)
treee53edef966ea73b32a5506b189be8159f73e81bc /mail
parente0837e7a0fc6584e37730e6cf43dcbf1b205294d (diff)
downloadpkgsrc-0198ca74d48cc1820579ce8a9e494f79982bdf44.tar.gz
List us in the IPv6-enabled package list. That top-level target only
greps the package's Makefile, but none that are included.
Diffstat (limited to 'mail')
-rw-r--r--mail/mini_sendmail/Makefile5
-rw-r--r--mail/mini_sendmail/Makefile.common4
2 files changed, 5 insertions, 4 deletions
diff --git a/mail/mini_sendmail/Makefile b/mail/mini_sendmail/Makefile
index c24b2482b01..3c091caad2c 100644
--- a/mail/mini_sendmail/Makefile
+++ b/mail/mini_sendmail/Makefile
@@ -1,6 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2003/02/15 22:44:16 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2003/03/01 11:36:36 is Exp $
#
PKGNAME= mini_sendmail-1.3.2
PKGREVISION= 1
+
+BUILD_DEFS+= USE_INET6
+
.include "Makefile.common"
diff --git a/mail/mini_sendmail/Makefile.common b/mail/mini_sendmail/Makefile.common
index 0c1e0819f5e..fbdfb47eee1 100644
--- a/mail/mini_sendmail/Makefile.common
+++ b/mail/mini_sendmail/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2003/02/22 22:14:44 is Exp $
+# $NetBSD: Makefile.common,v 1.5 2003/03/01 11:36:37 is Exp $
#
DISTNAME= mini_sendmail-1.3.2
CATEGORIES= mail
@@ -10,8 +10,6 @@ COMMENT= accept email on behalf of the real sendmail without spooling
FILESDIR= ${.CURDIR}/../mini_sendmail/files
-BUILD_DEFS+= USE_INET6
-
.include "../../mk/bsd.prefs.mk"
.if (${OPSYS} == SunOS)