diff options
author | dinoex <dinoex@FreeBSD.org> | 2017-02-11 16:00:51 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2017-02-11 16:00:51 +0800 |
commit | fd93867f18d30a76cb199e43f5c257bba86ed809 (patch) | |
tree | 1f08fa7eb7be7aea025aae6be6d0bf162a5dc3a7 /archivers/lha/Makefile | |
parent | 542277e5d9049883619288999123dba21eb52e6f (diff) | |
download | freebsd-ports-gnome-fd93867f18d30a76cb199e43f5c257bba86ed809.tar.gz freebsd-ports-gnome-fd93867f18d30a76cb199e43f5c257bba86ed809.tar.zst freebsd-ports-gnome-fd93867f18d30a76cb199e43f5c257bba86ed809.zip |
- fix C warnings
- split patches
- make portlint happier
Diffstat (limited to 'archivers/lha/Makefile')
-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 29b32971f498..f808d0d54945 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -3,7 +3,7 @@ PORTNAME= lha PORTVERSION= 1.14i -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= archivers MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} |