diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 08:24:03 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 08:24:03 +0000 |
commit | 0a9411e5e77037977af4872b0619998b8dd255b8 (patch) | |
tree | 8e30c1d10cf5052a43c9b29125d30dbbb20a51f7 /net/maradns | |
parent | 10c0be86b3def60b100168bab892de245f0aa831 (diff) | |
download | pkgsrc-0a9411e5e77037977af4872b0619998b8dd255b8.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'net/maradns')
-rw-r--r-- | net/maradns/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/maradns/Makefile b/net/maradns/Makefile index 1ddc355b54e..feee0d08d0d 100644 --- a/net/maradns/Makefile +++ b/net/maradns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/11/14 21:19:03 cube Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/25 08:31:20 snj Exp $ DISTNAME= maradns-1.0.18 PKGREVISION= 1 @@ -10,7 +10,7 @@ MAINTAINER= pancake@phreaker.net HOMEPAGE= http://www.maradns.org/ COMMENT= Secure DNS server for *NIX systems -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGINSTALL= yes RCD_SCRIPTS= maradns HAS_CONFIGURE= yes @@ -29,7 +29,7 @@ post-install: ${MV} ${PREFIX}/share/doc/maradns/examples \ ${PREFIX}/share/examples/maradns -.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/pthread.buildlink3.mk" LDFLAGS+= ${PTHREAD_LDFLAGS} .include "../../mk/bsd.pkg.mk" |