diff options
author | wiz <wiz> | 2005-03-14 23:41:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-03-14 23:41:35 +0000 |
commit | c79c13dacd1a217056711bb936f062a056530ae8 (patch) | |
tree | 7d53314b6e94b74794e07fbc2f96c09d26ee4acc /net/maradns/Makefile | |
parent | b96849ab9bf80ae23455ed905e986ac80a8bb6fa (diff) | |
download | pkgsrc-c79c13dacd1a217056711bb936f062a056530ae8.tar.gz |
Remove broken rc.d script. Fixes PR 24587. Bump PKGREVISION.
Diffstat (limited to 'net/maradns/Makefile')
-rw-r--r-- | net/maradns/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/maradns/Makefile b/net/maradns/Makefile index db509e66b61..6c2b678a1bc 100644 --- a/net/maradns/Makefile +++ b/net/maradns/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2004/12/28 02:47:47 reed Exp $ +# $NetBSD: Makefile,v 1.12 2005/03/14 23:41:35 wiz Exp $ DISTNAME= maradns-1.0.18 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.maradns.org/download/ EXTRACT_SUFX= .tar.bz2 @@ -12,7 +12,6 @@ COMMENT= Secure DNS server for *NIX systems USE_BUILDLINK3= yes USE_PKGINSTALL= yes -RCD_SCRIPTS= maradns HAS_CONFIGURE= yes PTHREAD_OPTS+= require PTHREAD_AUTO_VARS= yes |