diff options
author | snj <snj@pkgsrc.org> | 2004-04-24 22:37:10 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-24 22:37:10 +0000 |
commit | 6c9696e95d862758e51b9b7d3c0dfea58b9b79a0 (patch) | |
tree | 8d57d07e701f115acb863782cd986657f39b30c4 /mail/milter-regex | |
parent | 227a0a29dfaf3a9b8dae4bb41c8cfe474942b5b3 (diff) | |
download | pkgsrc-6c9696e95d862758e51b9b7d3c0dfea58b9b79a0.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'mail/milter-regex')
-rw-r--r-- | mail/milter-regex/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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" |