diff options
author | xtraeme <xtraeme> | 2003-09-26 10:11:58 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-09-26 10:11:58 +0000 |
commit | 802458b97858ba6ad24b17eb794bc04913477aa3 (patch) | |
tree | 6da26ae16b7f8fb43e6b3f85cf725f607e28ce6b /net/maradns/Makefile | |
parent | e7519ffb6e2c85d15f8b3919c053874cfee48c96 (diff) | |
download | pkgsrc-802458b97858ba6ad24b17eb794bc04913477aa3.tar.gz |
Updated to 1.0.18
Changes:
Cleaned up and fixed a bug in the MaraDNS startup
script. Now, the only prorcesses that will be killed
will be bona fide MaraDNS processes.
Closes PR pkg/22963.
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 f71d85e192d..c4a93fda45e 100644 --- a/net/maradns/Makefile +++ b/net/maradns/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/25 14:12:50 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2003/09/26 10:11:58 xtraeme Exp $ -DISTNAME= maradns-1.0.17 +DISTNAME= maradns-1.0.18 CATEGORIES= net MASTER_SITES= http://www.maradns.org/download/ EXTRACT_SUFX= .tar.bz2 @@ -17,7 +17,6 @@ CONF_FILES= ${EGDIR}/example_mararc ${PKG_SYSCONFDIR}/mararc post-install: ${MV} ${PREFIX}/doc/${DISTNAME} ${PREFIX}/share/doc/maradns - ${RMDIR} ${PREFIX}/doc/ ${MV} ${PREFIX}/share/doc/maradns/examples \ ${PREFIX}/share/examples/maradns |