diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-04-04 19:56:54 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-04-04 19:56:54 +0000 |
commit | b1a2fa1ec4c6bfa545cd468328e29bc0b935bd76 (patch) | |
tree | 227c7567547f22da1f8caee8e76221d644f814d4 | |
parent | e5bdf3f1d144b5b710898b7d3cab7ed07bbd9cc3 (diff) | |
download | freebsd-ports-b1a2fa1ec4c6bfa545cd468328e29bc0b935bd76.zip |
- Resolve typo in pkg-descr
- Add additional MASTER_SITE
Feature safe: yes
Requested by: "Matthew D. Fuller" <fullermd@over-yonder.net>
-rw-r--r-- | devel/libcidr/Makefile | 1 | ||||
-rw-r--r-- | devel/libcidr/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/libcidr/Makefile b/devel/libcidr/Makefile index 348837ca612e..81e56136f8f3 100644 --- a/devel/libcidr/Makefile +++ b/devel/libcidr/Makefile @@ -9,6 +9,7 @@ PORTNAME= libcidr DISTVERSION= 1.1 CATEGORIES= devel dns MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/${PORTNAME}/ \ + http://distfiles.over-yonder.net/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ MAINTAINER= zi@FreeBSD.org diff --git a/devel/libcidr/pkg-descr b/devel/libcidr/pkg-descr index 1cc3d029524e..6b7764868e5d 100644 --- a/devel/libcidr/pkg-descr +++ b/devel/libcidr/pkg-descr @@ -8,6 +8,6 @@ programs. It parses addresses in a wide variety of common formats. It also provides a plethora of options for formatting them on the output as well. It can compare them in various ways and give you some useful statistics -about the netblocks in which tey reside. +about the netblocks in which they reside. WWW: http://www.over-yonder.net/~fullermd/projects/libcidr |