diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-31 21:31:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-31 21:31:36 +0000 |
commit | 6e024a618f9f402de04648c3edc6116a9ddaa825 (patch) | |
tree | df0c3e217bdfebdc69c5fae2aaaefcef0b21a651 /devel | |
parent | 574f527b162a64eb5b19f4479e4fb77131c6fd18 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libcache/Makefile | 3 | ||||
-rw-r--r-- | devel/libcache/pkg-descr | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/libcache/Makefile b/devel/libcache/Makefile index 7775618046c0..6e2e617692d5 100644 --- a/devel/libcache/Makefile +++ b/devel/libcache/Makefile @@ -8,7 +8,8 @@ PORTNAME= libcache PORTVERSION= 1.1.0 CATEGORIES= devel -MASTER_SITES= http://www.afro-productions.com/libcache/ +# mastersite disappeared in August 2003 +MASTER_SITES= # http://www.afro-productions.com/libcache/ MAINTAINER= ports@FreeBSD.org COMMENT= C library that allows a programmer to parse sentences easier diff --git a/devel/libcache/pkg-descr b/devel/libcache/pkg-descr index 8b739bdf53f2..5af639f46965 100644 --- a/devel/libcache/pkg-descr +++ b/devel/libcache/pkg-descr @@ -4,7 +4,6 @@ to use the standard string manipulation functions (like strtok() and sscanf()) to parse and access deliminated sentences easier. -WWW: http://www.afro-productions.com/libs.html Author: Matt Miller <mmiller@hick.org> --Will <andrews@technologist.com> |