summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-24 22:37:10 +0000
committersnj <snj@pkgsrc.org>2004-04-24 22:37:10 +0000
commit92017c691a00702656535b45176ed028d02337d7 (patch)
tree8d57d07e701f115acb863782cd986657f39b30c4 /mail
parentfbfe7b33d55b1a92f51cd9eb17b4e5f86afa4197 (diff)
downloadpkgsrc-92017c691a00702656535b45176ed028d02337d7.tar.gz
Convert to buildlink3.
Diffstat (limited to 'mail')
-rw-r--r--mail/hypermail/Makefile8
-rw-r--r--mail/milter-regex/Makefile8
2 files changed, 8 insertions, 8 deletions
diff --git a/mail/hypermail/Makefile b/mail/hypermail/Makefile
index 63479d8b7ef..4d3ce9093f1 100644
--- a/mail/hypermail/Makefile
+++ b/mail/hypermail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/21 16:56:45 martti Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/24 22:37:10 snj Exp $
#
DISTNAME= hypermail-2.1.7
@@ -9,7 +9,7 @@ MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://www.hypermail.org/
COMMENT= Creates indexed, threaded HTML archives of email
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gdbm=${BUILDLINK_PREFIX.gdbm}
CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/share/doc/html/hypermail
@@ -17,6 +17,6 @@ CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/share/doc/html/hypermail
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/hypermail/images
-.include "../../databases/gdbm/buildlink2.mk"
-.include "../../devel/pcre/buildlink2.mk"
+.include "../../databases/gdbm/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/milter-regex/Makefile b/mail/milter-regex/Makefile
index 48fac5ddd5c..309f509d278 100644
--- a/mail/milter-regex/Makefile
+++ b/mail/milter-regex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/04/06 14:01:51 tv Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/24 22:40:01 snj Exp $
#
DISTNAME= milter-regex-1.2
@@ -9,12 +9,12 @@ MAINTAINER= manu@NetBSD.org
HOMEPAGE= http://www.benzedrine.cx/milter-regex.html
COMMENT= Milter enabling regular expression filtering
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/milter-regex ${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/milter-regex.8 ${PREFIX}/man/man8
-.include "../../mail/libmilter/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../mail/libmilter/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"