diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-05-22 23:16:27 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-05-22 23:16:27 +0000 |
commit | 0ac82af3dad65fcb37d67c50e265ac7ff81956b0 (patch) | |
tree | 9b9b5dd4679ae809bb51f5c1747591550ee82c63 /archivers/libcabinet | |
parent | 5f50990eced5d6a878875b2b4df31cc35010e49c (diff) | |
download | ports-0ac82af3dad65fcb37d67c50e265ac7ff81956b0.tar.gz ports-0ac82af3dad65fcb37d67c50e265ac7ff81956b0.zip |
Notes
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 07e98c313694..e4f9112ded19 100644 --- a/archivers/libcabinet/Makefile +++ b/archivers/libcabinet/Makefile @@ -8,9 +8,10 @@ PORTNAME= libcabinet PORTVERSION= 0.30 CATEGORIES= archivers -MASTER_SITES= http://trill.cis.fordham.edu/~barbacha/cabinet_library/ +MASTER_SITES= http://trill.cis.fordham.edu/~barbacha/cabinet_library/ \ + http://www.jian.tv/pub/linux/distfiles/ -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A portable library and utility to use Microsoft cabinet files (.cab) INSTALLS_SHLIB= yes |