diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-12-28 09:38:19 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-12-28 09:38:19 +0000 |
commit | ddefe5bcfde6f7bc24f466615fe117548503529c (patch) | |
tree | 4be8edf952a3c1807245908e9d4b71b2f0fea092 /archivers/lha | |
parent | 910bc0b7e98f7a65e257d71649a8e9dbf2e63974 (diff) | |
download | FreeBSD-ports-ddefe5bcfde6f7bc24f466615fe117548503529c.zip FreeBSD-ports-ddefe5bcfde6f7bc24f466615fe117548503529c.tar.gz |
- take maintainership
Diffstat (limited to 'archivers/lha')
-rw-r--r-- | archivers/lha/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 9c44408..2f6f612 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -12,7 +12,7 @@ CATEGORIES= archivers MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= Archive files using LZSS and Huffman compression (.lzh files) MAN1= lha.1 |