diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-05-03 04:58:04 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-05-03 04:58:04 +0000 |
commit | 0ce43521240046ec851976d31dd2f158adc352f6 (patch) | |
tree | 8ded7b392e32911f01114c7fab7ff6b3e56b28fd /archivers/lha | |
parent | 555dc08f8ace57f7d5c3ebe2e1a837a441fce4d9 (diff) | |
download | ports-0ce43521240046ec851976d31dd2f158adc352f6.tar.gz ports-0ce43521240046ec851976d31dd2f158adc352f6.zip |
Notes
Diffstat (limited to 'archivers/lha')
-rw-r--r-- | archivers/lha/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index d99f66db28b9..6b500bc7b603 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -7,7 +7,7 @@ PORTNAME= lha PORTVERSION= 1.14i -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} @@ -15,8 +15,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} MAINTAINER= dinoex@FreeBSD.org COMMENT= Archive files using LZSS and Huffman compression (.lzh files) -FORBIDDEN= http://vuxml.freebsd.org/a2ffb627-9c53-11d8-9366-0020ed76ef5a.html - MAN1= lha.1 MANLANG= ja PLIST_FILES= bin/lha |