diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 06:14:21 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 06:14:21 +0000 |
commit | 7e52725f2a86aad46bd6b50d5581b6ef0afd0e19 (patch) | |
tree | fd4e3235fcfaf2558312feb3c9527f1592b91aff /archivers/cabextract | |
parent | baa68c63d40ffc2c059c978764c3c89675445e55 (diff) |
Notes
Diffstat (limited to 'archivers/cabextract')
-rw-r--r-- | archivers/cabextract/Makefile | 1 | ||||
-rw-r--r-- | archivers/cabextract/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/archivers/cabextract/Makefile b/archivers/cabextract/Makefile index 4b2a91bf95e4..800a2727d92c 100644 --- a/archivers/cabextract/Makefile +++ b/archivers/cabextract/Makefile @@ -11,6 +11,7 @@ CATEGORIES= archivers MASTER_SITES= http://www.kyz.uklinux.net/downloads/ MAINTAINER= sobomax@FreeBSD.org +COMMENT= A program to extract Microsoft cabinet (.CAB) files LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt diff --git a/archivers/cabextract/pkg-comment b/archivers/cabextract/pkg-comment deleted file mode 100644 index c6ec00820e4b..000000000000 --- a/archivers/cabextract/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A program to extract Microsoft cabinet (.CAB) files |