mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 2.2
PR: 143927 Submitted by: bf <bf1783@gmail.com> (maintainer)
This commit is contained in:
parent
2526c806c1
commit
f5abd01f97
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253587
@ -5,8 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dillo
|
||||
PORTVERSION= 2.1.1
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 2.2
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= http://www.dillo.org/download/
|
||||
|
||||
@ -22,8 +21,12 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
.ifndef(NO_INSTALL_MANPAGES)
|
||||
MAN1= dillo.1
|
||||
.endif
|
||||
.ifndef(NOPORTDOCS)
|
||||
PORTDOCS= *
|
||||
.endif
|
||||
CONFIGURE_ARGS= --libdir=${PREFIX}/libexec
|
||||
CONFLICTS= dillo-i18n-[0-9]* \
|
||||
dillo-0*
|
||||
@ -77,6 +80,12 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e "s|dillorc|dillorc.dist|g" ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e "s|dpidrc|dpidrc.dist|g" ${WRKSRC}/dpid/Makefile.in
|
||||
@${REINPLACE_CMD} -e "s|keysrc|keysrc.dist|g" ${WRKSRC}/src/Makefile.in
|
||||
.ifdef(NO_INSTALL_MANPAGES)
|
||||
@${REINPLACE_CMD} -e "\|install-data-am:|s|install-man||" ${WRKSRC}/doc/Makefile.in
|
||||
.endif
|
||||
.ifdef(NOPORTDOCS)
|
||||
@${REINPLACE_CMD} -e "\|install-data-am:|s|install-dist_docDATA||" ${WRKSRC}/doc/Makefile.in
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.for _F in dillorc dpidrc keysrc
|
||||
@ -85,7 +94,6 @@ post-install:
|
||||
. endif
|
||||
.endfor
|
||||
.ifndef(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/* ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (dillo-2.1.1.tar.bz2) = 93f674f2a42d90a1cdb88a6972325954
|
||||
SHA256 (dillo-2.1.1.tar.bz2) = 8eec025872030fc1419fb93ee41dbdf380a6d1f75f4d51aec5eee9a9a4aa4477
|
||||
SIZE (dillo-2.1.1.tar.bz2) = 612711
|
||||
MD5 (dillo-2.2.tar.bz2) = f8bcd62093f178bed81e46cc54e73f42
|
||||
SHA256 (dillo-2.2.tar.bz2) = f4352970bda70404faa66d1fc90e1dcd1e3417266bf4e29759674d48804ac2ba
|
||||
SIZE (dillo-2.2.tar.bz2) = 630259
|
||||
|
Loading…
Reference in New Issue
Block a user