diff options
author | danfe <danfe@FreeBSD.org> | 2012-12-05 09:58:40 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-12-05 09:58:40 +0800 |
commit | 0df25f2b216af2bcbc3390f6b50fe445a8fa50ec (patch) | |
tree | ee3c5640483c90b1830e105252f5568e6ebe5621 /archivers/lzlib | |
parent | c0f6df48b4da8bb1b0f298a8dadfd31bed6f40e6 (diff) | |
download | freebsd-ports-gnome-0df25f2b216af2bcbc3390f6b50fe445a8fa50ec.tar.gz freebsd-ports-gnome-0df25f2b216af2bcbc3390f6b50fe445a8fa50ec.tar.zst freebsd-ports-gnome-0df25f2b216af2bcbc3390f6b50fe445a8fa50ec.zip |
- Sanitize port COMMENT
- Remove old-school author attribution from pkg-descr
Feature safe: yes
Diffstat (limited to 'archivers/lzlib')
-rw-r--r-- | archivers/lzlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/lzlib/Makefile b/archivers/lzlib/Makefile index d96a66a73c91..18a87aa54362 100644 --- a/archivers/lzlib/Makefile +++ b/archivers/lzlib/Makefile @@ -7,7 +7,7 @@ CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip MAINTAINER= delphij@FreeBSD.org -COMMENT= Provides in-memory LZMA compression and decompression functions +COMMENT= In-memory LZMA compression and decompression library PLIST_FILES= include/lzlib.h \ lib/liblz.a |