summaryrefslogtreecommitdiff
path: root/mail/postfix/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-08-07 16:56:53 +0000
committerjlam <jlam@pkgsrc.org>2004-08-07 16:56:53 +0000
commit5c7aad1d9f2ec8acf2f79e31971a4b83ced9f7ee (patch)
treee65650e092c4b0489644a1c6a9cd6d5f653734d7 /mail/postfix/Makefile
parentcf2ba07f21f6f25b629484704864cdcb9c0a8a30 (diff)
downloadpkgsrc-5c7aad1d9f2ec8acf2f79e31971a4b83ced9f7ee.tar.gz
Support building STARTTLS support into Postfix without IPv6.
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r--mail/postfix/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 2dc81534dd8..3a3e3f3f731 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.148 2004/08/07 07:58:32 jlam Exp $
+# $NetBSD: Makefile,v 1.149 2004/08/07 16:56:53 jlam Exp $
DISTNAME= postfix-2.1.4
CATEGORIES= mail
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/
DIST_SUBDIR= postfix
-PATCHFILES+= postfix-2.1.1-canonical_classes-with_docs.diff
-PATCH_SITES+= ftp://ftp.gw.com/pub/people/kim/patches/
-PATCH_DIST_STRIP= -p1
+CLASS_PATCH= postfix-2.1.1-canonical_classes-with_docs.diff
+PATCHFILES+= ${CLASS_PATCH}
+SITES_${CLASS_PATCH}= ftp://ftp.gw.com/pub/people/kim/patches/
+PATCH_DIST_STRIP.${CLASS_PATCH}= -p1
MAINTAINER= martti@NetBSD.org
HOMEPAGE= http://www.postfix.org/