aboutsummaryrefslogtreecommitdiff
path: root/archivers/lizard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/lizard/Makefile')
-rw-r--r--archivers/lizard/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/lizard/Makefile b/archivers/lizard/Makefile
index 805778a2d056..6b5fcd1ba4b6 100644
--- a/archivers/lizard/Makefile
+++ b/archivers/lizard/Makefile
@@ -1,10 +1,12 @@
PORTNAME= lizard
DISTVERSIONPREFIX= v
DISTVERSION= 1.0
+PORTREVISION= 2
CATEGORIES= archivers
MAINTAINER= tagattie@FreeBSD.org
COMMENT= Efficient compressor with very fast decompression
+WWW= https://github.com/inikep/lizard
LICENSE= BSD2CLAUSE GPLv2
LICENSE_COMB= multi
@@ -16,11 +18,12 @@ CPE_VENDOR= lizard_project
USE_GITHUB= yes
GH_ACCOUNT= inikep
+GH_TAGNAME= af8518ccb8c68e062a8c80205ff07d56a2e77dd4
USE_LDCONFIG= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lizard \
- ${STAGEDIR}/${PREFIX}/lib/liblizard.so.1.0.0
+ ${STAGEDIR}${PREFIX}/lib/liblizard.so.1.0.0
.include <bsd.port.mk>