aboutsummaryrefslogtreecommitdiff
path: root/archivers/minizip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/minizip/Makefile')
-rw-r--r--archivers/minizip/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/minizip/Makefile b/archivers/minizip/Makefile
index e72108da9c4e..054609469fbb 100644
--- a/archivers/minizip/Makefile
+++ b/archivers/minizip/Makefile
@@ -1,17 +1,20 @@
PORTNAME= minizip
PORTVERSION= 1.2.11
+PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= SF/libpng/zlib/${PORTVERSION}
DISTNAME= zlib-${PORTVERSION}
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= Zip library and programs from Zlib distribution
+WWW= https://www.winimage.com/zLibDll/minizip.html
LICENSE= ZLIB
USES= autoreconf cpe libtool pathfix tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-demos
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/zlib-${PORTVERSION}/contrib/minizip
@@ -21,7 +24,7 @@ post-patch:
@${REINPLACE_CMD} 's/#ifdef unix || __APPLE__/#ifdef unix/' ${WRKSRC}/mini???.c
post-install:
- ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/share/man/man1
do-test:
${RM} -r ${WRKDIR}/regression-test1