diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-26 16:32:17 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-26 16:32:17 +0800 |
commit | fd43b212b14a151d5c849961a11b52b3b57826fb (patch) | |
tree | 91c3bfed7c42ec448a05f1ed8373ca550fcfbeb7 /archivers/libcabinet | |
parent | 279acd28541b465c20fd84bc2dbb1145c3616f87 (diff) | |
download | freebsd-ports-gnome-fd43b212b14a151d5c849961a11b52b3b57826fb.tar.gz freebsd-ports-gnome-fd43b212b14a151d5c849961a11b52b3b57826fb.tar.zst freebsd-ports-gnome-fd43b212b14a151d5c849961a11b52b3b57826fb.zip |
Note that all the mastersites have disappeared, according to the distfile
survey; note that archivers/cabextract still seems to be in active
development.
Diffstat (limited to 'archivers/libcabinet')
-rw-r--r-- | archivers/libcabinet/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/libcabinet/Makefile b/archivers/libcabinet/Makefile index 3bac89185c66..70fab637eae5 100644 --- a/archivers/libcabinet/Makefile +++ b/archivers/libcabinet/Makefile @@ -8,8 +8,9 @@ PORTNAME= libcabinet PORTVERSION= 0.30 CATEGORIES= archivers -MASTER_SITES= http://trill.cis.fordham.edu/~barbacha/cabinet_library/ \ - http://www.jian.tv/pub/linux/distfiles/ +# mastersites have disappeared as of August 2003. Perhaps consider +# trying archivers/cabextract instead. +MASTER_SITES= # http://trill.cis.fordham.edu/~barbacha/cabinet_library/ MAINTAINER= ports@FreeBSD.org COMMENT= A portable library and utility to use Microsoft cabinet files (.cab) |