diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-01 05:31:36 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-01 05:31:36 +0800 |
commit | 941e623d504d04e3cf92b7ea9fe8384a17e45eda (patch) | |
tree | d90ec4d3a46c334c22a2143a6ad68416cb6aff05 | |
parent | 8188e78ef6d35ead5e023e4a8fddcca7b2f62d27 (diff) | |
download | freebsd-ports-graphics-941e623d504d04e3cf92b7ea9fe8384a17e45eda.tar.gz freebsd-ports-graphics-941e623d504d04e3cf92b7ea9fe8384a17e45eda.tar.zst freebsd-ports-graphics-941e623d504d04e3cf92b7ea9fe8384a17e45eda.zip |
Per distfile survey, remove mastersite that disappeared in August 2003.
Left marked as broken so as not to step on the intent of the previous
committer (broken=unfetchable, in this case).
-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 7775618046c..6e2e617692d 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 8b739bdf53f..5af639f4696 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> |