diff options
author | edwin <edwin@FreeBSD.org> | 2005-01-12 09:49:38 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-01-12 09:49:38 +0000 |
commit | 7546e3431da304f364e45984195bb02e91146a5e (patch) | |
tree | 54e6ade64185fd2a84093d91057182c54b2b522d /dns/dnrd/Makefile | |
parent | 2db69137ff02ede541ead28f75b1db0f37106af5 (diff) | |
download | FreeBSD-ports-7546e3431da304f364e45984195bb02e91146a5e.zip FreeBSD-ports-7546e3431da304f364e45984195bb02e91146a5e.tar.gz |
Update port: dns/dnrd version 2.18
Version bump. This release fixes segfault in argument
parsing. Cleaned -h output (remved longopts when they are
unavailable) Improved signal handling and blacklist feature
added. Proper handling of paths in documentation.
I implemeted a pselect in lib.c for BSD 4.x support. Please
let me know if this could be handeled in a better way.
PR: ports/76060
Submitted by: Natanael Copa <ncopa@users.sourceforge.net>
Diffstat (limited to 'dns/dnrd/Makefile')
-rw-r--r-- | dns/dnrd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dns/dnrd/Makefile b/dns/dnrd/Makefile index 9a8ef70..57c1e89 100644 --- a/dns/dnrd/Makefile +++ b/dns/dnrd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dnrd -PORTVERSION= 2.17.2 +PORTVERSION= 2.18 CATEGORIES= dns MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dnrd @@ -35,8 +35,6 @@ DOCS= AUTHORS ChangeLog INSTALL README \ EXAMPLES= doc/master.sample post-patch: - @${REINPLACE_CMD} -e 's|/etc/dnrd|${PREFIX}/etc/dnrd|g' \ - ${WRKSRC}/doc/master.sample ${WRKSRC}/doc/README-master @${SED} -e 's|%%RC_SUBR%%|${RC_SUBR}|g' -e 's|%%PREFIX%%|${PREFIX}|' \ ${FILESDIR}/dnrd.sh > ${WRKDIR}/dnrd.sh |