diff options
author | kris <kris@FreeBSD.org> | 2003-10-27 05:58:50 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-27 05:58:50 +0800 |
commit | c90d909dd04b82f358a7ebb43a2d06db7d55ce1e (patch) | |
tree | 2f87d0be8ca52e2244a9e78ed4bbae8fcf147ea2 /archivers/lha | |
parent | c94bd6e6c8ee6138d980f4304c3bf762b03174b1 (diff) | |
download | freebsd-ports-gnome-c90d909dd04b82f358a7ebb43a2d06db7d55ce1e.tar.gz freebsd-ports-gnome-c90d909dd04b82f358a7ebb43a2d06db7d55ce1e.tar.zst freebsd-ports-gnome-c90d909dd04b82f358a7ebb43a2d06db7d55ce1e.zip |
portlint (fix whitespace)
Diffstat (limited to 'archivers/lha')
-rw-r--r-- | archivers/lha/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 0db719e93ac8..9c44408189f5 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -7,13 +7,13 @@ PORTNAME= lha PORTVERSION= 1.14i -PORTREVISION= 2 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} -MAINTAINER= ports@FreeBSD.org -COMMENT= Archive files using LZSS and Huffman compression (.lzh files) +MAINTAINER= ports@FreeBSD.org +COMMENT= Archive files using LZSS and Huffman compression (.lzh files) MAN1= lha.1 MANLANG= ja |