git: d20c4ecbd218 - main - archivers/minizip: replace of the remaining PORTVERSION with DISTVERSION
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Jul 2024 19:22:37 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=d20c4ecbd218757211c15104b45da6d4818f126a commit d20c4ecbd218757211c15104b45da6d4818f126a Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-07-18 19:20:56 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-07-18 19:20:56 +0000 archivers/minizip: replace of the remaining PORTVERSION with DISTVERSION --- archivers/minizip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archivers/minizip/Makefile b/archivers/minizip/Makefile index 570a6962aa5a..d96633b3b97d 100644 --- a/archivers/minizip/Makefile +++ b/archivers/minizip/Makefile @@ -2,7 +2,7 @@ PORTNAME= minizip DISTVERSION= 1.3.1 CATEGORIES= archivers MASTER_SITES= https://github.com/madler/zlib/releases/download/v${DISTVERSION}/ -DISTNAME= zlib-${PORTVERSION} +DISTNAME= zlib-${DISTVERSION} MAINTAINER= vvd@FreeBSD.org COMMENT= Zip library and programs from Zlib distribution @@ -16,7 +16,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-demos INSTALL_TARGET= install-strip -WRKSRC= ${WRKDIR}/zlib-${PORTVERSION}/contrib/minizip +WRKSRC= ${WRKDIR}/zlib-${DISTVERSION}/contrib/minizip post-install: ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/share/man/man1