diff options
author | billf <billf@FreeBSD.org> | 2004-03-17 08:36:11 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2004-03-17 08:36:11 +0800 |
commit | 93a38e9c51fda76fd853727a75c40102f8311a9e (patch) | |
tree | 97490a86e961f45cd2c866dc379fa0835b4170fd /dns/p5-Net-DNS | |
parent | e64319fcd788a8d2cd17567e13f511d5537ff555 (diff) | |
download | freebsd-ports-gnome-93a38e9c51fda76fd853727a75c40102f8311a9e.tar.gz freebsd-ports-gnome-93a38e9c51fda76fd853727a75c40102f8311a9e.tar.zst freebsd-ports-gnome-93a38e9c51fda76fd853727a75c40102f8311a9e.zip |
this perl module creates/parses 'dynamic' updates, not 'dymanic' ones.
Diffstat (limited to 'dns/p5-Net-DNS')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index e94283d3d5c5..e870ce431080 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- MAINTAINER= DougB@FreeBSD.org -COMMENT= Perl5 interface to the DNS resolver, and dymanic updates +COMMENT= Perl5 interface to the DNS resolver, and dynamic updates # Warnings during build are harmless, the port does not need these to build RUN_DEPENDS= ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC |